Package | Description |
---|---|
org.codefx.libfx.nesting.property |
Contains the definition for
NestedProperty as well as its
implementations (a generic NestedObjectProperty and
its primitive type wrapping counterparts) and builders for them. |
Modifier and Type | Interface and Description |
---|---|
interface |
NestedProperty<T>
A
Property which is based on a Nesting . |
Modifier and Type | Class and Description |
---|---|
class |
NestedBooleanProperty
A
BooleanProperty which also implements NestedProperty . |
class |
NestedDoubleProperty
A
DoubleProperty which also implements NestedProperty . |
class |
NestedFloatProperty
A
FloatProperty which also implements NestedProperty . |
class |
NestedIntegerProperty
An
IntegerProperty which also implements NestedProperty . |
class |
NestedLongProperty
A
LongProperty which also implements NestedProperty . |
class |
NestedObjectProperty<T>
An
ObjectProperty which also implements NestedProperty . |
class |
NestedStringProperty
A
StringProperty which also implements NestedProperty . |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.