Package | Description |
---|---|
org.codefx.libfx.nesting |
Provides functionality around nesting hierarchies - a term which is explained in all detail in the comment on
Nesting . |
Modifier and Type | Method and Description |
---|---|
DoublePropertyNestingBuilder |
ObservableValueNestingBuilder.nestDoubleProperty(NestingStep<T,javafx.beans.property.DoubleProperty> nestingStep)
Returns a builder for nestings whose inner observable is a
DoubleProperty . |
DoublePropertyNestingBuilder |
ObjectPropertyNestingBuilder.nestDoubleProperty(NestingStep<T,javafx.beans.property.DoubleProperty> nestingStep)
Returns a builder for nestings whose inner observable is a
DoubleProperty . |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.