public class ObservableNestingBuilder extends Object
Observable
.
Note that an Observable
provides no way do access a value. It is hence not possible to nest further or create
nestings which depend on a value, e.g. nested properties.
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractNestingBuilderOnObservable.NestingConstructionKit
An editable class which can be used to collect all instances needed to call
new Nesting(...) . |
Modifier and Type | Method and Description |
---|---|
NestedInvalidationListenerHandle |
addListener(javafx.beans.InvalidationListener listener)
Adds the specified invalidation listener to the nesting hierarchy's inner
Observable . |
Nesting<O> |
buildNesting()
Creates a new nesting from this builder's settings.
|
public Nesting<O> buildNesting()
Nesting
public NestedInvalidationListenerHandle addListener(javafx.beans.InvalidationListener listener)
Observable
.listener
- the added InvalidationListener
NestedInvalidationListenerHandle
which can be used to check the nesting's stateThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.