Package | Description |
---|---|
org.codefx.libfx.nesting.listener |
Contains nested listeners and builders for them.
|
org.codefx.libfx.nesting.property |
Contains the definition for
NestedProperty as well as its
implementations (a generic NestedObjectProperty and
its primitive type wrapping counterparts) and builders for them. |
Modifier and Type | Interface and Description |
---|---|
interface |
NestedListenerHandle
A
ListenerHandle for a listener added to the inner observable of a Nesting . |
Modifier and Type | Class and Description |
---|---|
class |
NestedChangeListenerHandle<T>
Contains a
ChangeListener which is connected to a Nesting . |
class |
NestedInvalidationListenerHandle
Contains an
InvalidationListener which is connected to a Nesting . |
Modifier and Type | Interface and Description |
---|---|
interface |
NestedProperty<T>
A
Property which is based on a Nesting . |
interface |
ReadOnlyNestedProperty<T>
A read only version of a
NestedProperty . |
Modifier and Type | Class and Description |
---|---|
class |
NestedBooleanProperty
A
BooleanProperty which also implements NestedProperty . |
class |
NestedDoubleProperty
A
DoubleProperty which also implements NestedProperty . |
class |
NestedFloatProperty
A
FloatProperty which also implements NestedProperty . |
class |
NestedIntegerProperty
An
IntegerProperty which also implements NestedProperty . |
class |
NestedLongProperty
A
LongProperty which also implements NestedProperty . |
class |
NestedObjectProperty<T>
An
ObjectProperty which also implements NestedProperty . |
class |
NestedStringProperty
A
StringProperty which also implements NestedProperty . |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.