| Package | Description |
|---|---|
| org.codefx.libfx.nesting |
Provides functionality around nesting hierarchies - a term which is explained in all detail in the comment on
Nesting. |
| 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. |
| Class and Description |
|---|
| BooleanPropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is a
BooleanProperty. |
| DoublePropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is a
DoubleProperty. |
| FloatPropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is a
FloatProperty. |
| IntegerPropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is an
IntegerProperty. |
| LongPropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is a
LongProperty. |
| Nesting
A nesting encapsulates a hierarchy of nested
ObservableValues. |
| NestingObserver.NestingObserverBuilder
Builds a
NestingObserver. |
| NestingStep
Functions of this type perform the nesting steps from one oservable's value to the next nested observable.
|
| ObjectPropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is a
Property. |
| ObservableNestingBuilder
A builder for all kinds of nested functionality whose inner observable is an
Observable. |
| ObservableNumberValueNestingBuilder
A builder for all kinds of nested functionality whose inner observable is an
ObservableNumberValue. |
| ObservableValueNestingBuilder
A builder for all kinds of nested functionality whose inner observable is an
ObservableValue. |
| StringPropertyNestingBuilder
A builder for all kinds of nested functionality whose inner observable is a
StringProperty. |
| Class and Description |
|---|
| Nested
Indicates that a class is providing some kind of nested functionality.
|
| Nesting
A nesting encapsulates a hierarchy of nested
ObservableValues. |
| Class and Description |
|---|
| Nested
Indicates that a class is providing some kind of nested functionality.
|
| Nesting
A nesting encapsulates a hierarchy of nested
ObservableValues. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.