See: Description
| Interface | Description |
|---|---|
| DecorationSupport |
DecorationSupport is an interface that indicates a Region can be a host for decorations created by Decorator. |
| Class | Description |
|---|---|
| DecorationDelegate |
DecorationDelegate works with the DecorationSupport interface to allow any Region supporting
decorations. |
| DecorationPane |
DecorationPane is the default implementation for the DecorationSupport. |
| DecorationUtils |
DecorationUtils provides a few convenient ways to install (and uninstall) decorators to a target node. |
| Decorator<T extends javafx.scene.Node> |
Decorator provides the information for a decorator. |
| MutableDecorator<T extends javafx.scene.Node> |
MutableDecorator is a decorator whose position information can be changed. |
| PredefinedDecorators |
PredefinedDecorators defines several decorator supplier that can be used in the UI. |
| PredefinedDecorators.AbstractButtonDecoratorSupplier |
A convenient class that can be subclassed to create a button decorator supplier using any node.
|
| PredefinedDecorators.ClearButtonDecoratorSupplier | |
| PredefinedDecorators.DecreaseButtonDecoratorSupplier | |
| PredefinedDecorators.IncreaseButtonDecoratorSupplier | |
| PredefinedDecorators.PopupButtonDecoratorSupplier |