Package | Description |
---|---|
org.codefx.libfx.collection.transform |
Provides transforming collections.
|
org.codefx.libfx.collection.tree.navigate |
Provides an abstraction to navigate tree-like
data structures without requiring them to implement a specific interface.
|
org.codefx.libfx.collection.tree.stream |
Provides the possibility to stream the elements of tree-like data structures.
|
org.codefx.libfx.concurrent.when |
Allows to make sure some action which is triggered by a change on an
ObservableValue gets executed under threading. |
org.codefx.libfx.control |
Provides functionality around UI Controls.
|
org.codefx.libfx.control.properties |
Makes using a
Control 's propertyMap more convenient. |
org.codefx.libfx.control.webview |
Provides functionality surrounding JavaFX'
WebView . |
org.codefx.libfx.dom |
Provides functionality around DOM, i.e.
|
org.codefx.libfx.listener.handle |
Provides classes which make it easier to add and remove listeners from observable instances.
|
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. |
org.codefx.libfx.serialization |
Provides serialization related functionality.
|
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.