T
- the type of the value wrapped by the ObservableValue
O
- the type of the nesting hierarchy's inner observablepublic class NestedChangeListenerBuilder<T,O extends javafx.beans.value.ObservableValue<T>> extends Object
NestedChangeListenerHandle
.Modifier and Type | Class and Description |
---|---|
class |
NestedChangeListenerBuilder.Buildable
A subtype of
NestedChangeListenerBuilder which can actually build a listener with
NestedChangeListenerBuilder.Buildable.buildAttached() . |
Modifier and Type | Method and Description |
---|---|
static <T,O extends javafx.beans.value.ObservableValue<T>> |
forNesting(Nesting<O> nesting)
Creates a new builder for the specified nesting.
|
NestedChangeListenerBuilder.Buildable |
withListener(javafx.beans.value.ChangeListener<? super T> listener)
Specified the listener which will be added to the nesting.
|
public static <T,O extends javafx.beans.value.ObservableValue<T>> NestedChangeListenerBuilder<T,O> forNesting(Nesting<O> nesting)
T
- the type of the value wrapped by the observable valueO
- the type of the nesting hierarchy's inner ObservableValue
nesting
- the Nesting
to which the listener will be addedpublic NestedChangeListenerBuilder.Buildable withListener(javafx.beans.value.ChangeListener<? super T> listener)
listener
- the ChangeListener
which will be added to the nesting's inner observable valueNestedChangeListenerBuilder
which provides a build
-methodThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.