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