See: Description
| Interface | Description |
|---|---|
| Borders.Border |
The public interface used by the
Borders API to wrap nodes with
zero or more Border implementations. |
| Duplicatable<T> |
An interface used in ControlsFX to represent something that can be duplicated,
as in the JavaFX scenegraph it is not possible to insert the same
Node in multiple locations at the same time. |
| Class | Description |
|---|---|
| Borders |
A utility class that allows you to wrap JavaFX
Nodes with a border,
in a way somewhat analogous to the Swing BorderFactory (although with
less options as a lot of what the Swing BorderFactory offers resulted in
ugly borders!). |
| Utils | |
| ValueExtractor |
| Enum | Description |
|---|---|
| Platform |
Represents operating system with appropriate properties
|