| Package | Description | 
|---|---|
| org.codefx.libfx.nesting | 
 Provides functionality around nesting hierarchies - a term which is explained in all detail in the comment on
  Nesting. | 
| org.codefx.libfx.nesting.property | Contains the definition for  NestedPropertyas well as its
 implementations (a genericNestedObjectPropertyand
 its primitive type wrapping counterparts) and builders for them. | 
| Modifier and Type | Method and Description | 
|---|---|
| NestedDoublePropertyBuilder | DoublePropertyNestingBuilder. buildPropertyWithBuilder()Returns a nested object property builder which can be used to define the new property's attributes before
 building it. | 
| Modifier and Type | Method and Description | 
|---|---|
| static NestedDoublePropertyBuilder | NestedDoublePropertyBuilder. forNesting(Nesting<javafx.beans.property.DoubleProperty> nesting)Creates a new builder which uses the specified nesting. | 
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.