NestedProperty as well as its
 implementations (a generic NestedObjectProperty and
 its primitive type wrapping counterparts) and builders for them.See: Description
| Interface | Description | 
|---|---|
| NestedProperty<T> | 
 A  Propertywhich is based on aNesting. | 
| ReadOnlyNestedProperty<T> | A read only version of a  NestedProperty. | 
| Class | Description | 
|---|---|
| NestedBooleanProperty | A  BooleanPropertywhich also implementsNestedProperty. | 
| NestedBooleanPropertyBuilder | |
| NestedDoubleProperty | A  DoublePropertywhich also implementsNestedProperty. | 
| NestedDoublePropertyBuilder | |
| NestedFloatProperty | A  FloatPropertywhich also implementsNestedProperty. | 
| NestedFloatPropertyBuilder | |
| NestedIntegerProperty | An  IntegerPropertywhich also implementsNestedProperty. | 
| NestedIntegerPropertyBuilder | |
| NestedLongProperty | A  LongPropertywhich also implementsNestedProperty. | 
| NestedLongPropertyBuilder | |
| NestedObjectProperty<T> | An  ObjectPropertywhich also implementsNestedProperty. | 
| NestedObjectPropertyBuilder<T> | |
| NestedStringProperty | A  StringPropertywhich also implementsNestedProperty. | 
| NestedStringPropertyBuilder | 
NestedProperty as well as its
 implementations (a generic NestedObjectProperty and
 its primitive type wrapping counterparts) and builders for them.
 
 See nesting for a more comprehensive overview.
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.