Class | Description |
---|---|
AbstractProperty<T> |
Captures the common functionality of preference properties
|
BooleanProperty |
A property containing a
Boolean value. |
CachedProperty<T> | |
CollectionProperty |
A property containing a
Collection of String as value. |
ColorProperty |
A property containing a
Color value. |
IntegerProperty |
A property containing an
Integer value. |
ParametrizedEnumProperty<T extends java.lang.Enum<T>> | |
StringProperty |
A property containing an
String value. |