Uses of Class
de.hillenbrand.swing.HTimeField.TimeFormat

Packages that use HTimeField.TimeFormat
de.hillenbrand.swing Swing extension and bug fixes for the classes provided by Sun. 
 

Uses of HTimeField.TimeFormat in de.hillenbrand.swing
 

Methods in de.hillenbrand.swing that return HTimeField.TimeFormat
static HTimeField.TimeFormat HTimeField.TimeFormat.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HTimeField.TimeFormat[] HTimeField.TimeFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.hillenbrand.swing with parameters of type HTimeField.TimeFormat
HTimeField(HTimeField.TimeFormat f)
           
HTimeField(HTimeField.TimeFormat f, java.lang.String value)