| 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 |
|---|---|
ObservableNestingBuilder |
ObservableValueNestingBuilder.nestObservable(NestingStep<T,javafx.beans.Observable> nestingStep)
Returns a builder for nestings whose inner observable is an
Observable. |
ObservableNestingBuilder |
ObjectPropertyNestingBuilder.nestObservable(NestingStep<T,javafx.beans.Observable> nestingStep)
Returns a builder for nestings whose inner observable is an
Observable. |
static ObservableNestingBuilder |
Nestings.on(javafx.beans.Observable outerObservable)
Starts a nesting with the specified outer observable.
|
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.