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
NestedProperty as well as its
implementations (a generic NestedObjectProperty and
its primitive type wrapping counterparts) and builders for them. |
Modifier and Type | Method and Description |
---|---|
NestedBooleanPropertyBuilder |
BooleanPropertyNestingBuilder.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 NestedBooleanPropertyBuilder |
NestedBooleanPropertyBuilder.forNesting(Nesting<javafx.beans.property.BooleanProperty> 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.