Uses of Enum
com.dlsc.gemsfx.TimePicker.Format
Packages that use TimePicker.Format
- 
Uses of TimePicker.Format in com.dlsc.gemsfx
Methods in com.dlsc.gemsfx that return TimePicker.FormatModifier and TypeMethodDescriptionfinal TimePicker.FormatTimePicker.getFormat()Gets the value of theformatproperty.static TimePicker.FormatReturns the enum constant of this type with the specified name.static TimePicker.Format[]TimePicker.Format.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dlsc.gemsfx that return types with arguments of type TimePicker.FormatModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<TimePicker.Format>TimePicker.formatProperty()The format used by the picker, e.g.Methods in com.dlsc.gemsfx with parameters of type TimePicker.FormatModifier and TypeMethodDescriptionfinal voidTimePicker.setFormat(TimePicker.Format timeUnit) Sets the value of theformatproperty.