Package | Description |
---|---|
javafx.scene.input |
Provides the set of classes for mouse and keyboard input event handling.
|
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Field and Description |
---|---|
private static WeakReferenceQueue<DataFormat> |
DataFormat.DATA_FORMAT_LIST
A static cache of all DataFormats created and currently in use.
|
Modifier and Type | Field and Description |
---|---|
(package private) WeakReferenceQueue |
ConstraintsBase.impl_nodes |
Modifier and Type | Field and Description |
---|---|
(package private) WeakReferenceQueue |
PathElement.impl_nodes
Defines the sequence of
Path objects this path element
is attached to. |
Modifier and Type | Field and Description |
---|---|
private WeakReferenceQueue |
Transform.impl_nodes |
Modifier and Type | Field and Description |
---|---|
private static WeakReferenceQueue<Window> |
Window.windowQueue
A list of all the currently existing windows.
|