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 |
---|---|
LongPropertyNestingBuilder |
ObservableValueNestingBuilder.nestLongProperty(NestingStep<T,javafx.beans.property.LongProperty> nestingStep)
Returns a builder for nestings whose inner observable is a
LongProperty . |
LongPropertyNestingBuilder |
ObjectPropertyNestingBuilder.nestLongProperty(NestingStep<T,javafx.beans.property.LongProperty> nestingStep)
Returns a builder for nestings whose inner observable is a
LongProperty . |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.