Uses of Class
org.nuiton.jaxx.widgets.temperature.TemperatureFormat
-
Packages that use TemperatureFormat Package Description org.nuiton.jaxx.widgets.temperature -
-
Uses of TemperatureFormat in org.nuiton.jaxx.widgets.temperature
Methods in org.nuiton.jaxx.widgets.temperature that return TemperatureFormat Modifier and Type Method Description TemperatureFormatTemperatureEditorModel. getFormat()TemperatureFormatTemperatureEditorConfig. getStorageFormat()static TemperatureFormatTemperatureFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TemperatureFormat[]TemperatureFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.jaxx.widgets.temperature with parameters of type TemperatureFormat Modifier and Type Method Description abstract FloatTemperatureFormat. convert(Float value, TemperatureFormat format)voidTemperatureEditor. setFormat(TemperatureFormat format)voidTemperatureEditorModel. setFormat(TemperatureFormat format)Constructors in org.nuiton.jaxx.widgets.temperature with parameters of type TemperatureFormat Constructor Description TemperatureEditorConfig(TemperatureFormat storageFormat, String label, String property)
-