| Class | Description |
|---|---|
| Logging |
Holds PlatformLoggers to use for logging javafx-ui-common related things.
|
| TempState |
*
Temporary state, used to reduce the occurrence of temporary garbage *
while computing things such as bounds and transforms, and while *
picking.
|
| Utils |
Some basic utilities which need to be in java (for shifting operations or
other reasons), which are not toolkit dependent.
|
| WeakReferenceQueue<E> |
This is a helper class for handling weak references across all devices.
|
| WeakReferenceQueue.ListEntry |