Package | Description |
---|---|
com.sun.javafx.event | |
com.sun.javafx.scene | |
com.sun.javafx.stage | |
javafx.concurrent |
Provides the set of classes for javafx.task.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
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.
|
Class and Description |
---|
BasicEventDispatcher
Event dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent and dispatchBubblingEvent . |
CompositeEventHandler |
CompositeEventHandler.EventProcessorRecord |
CompositeEventTarget |
DirectEvent
Used as a wrapper to protect an
Event from being redirected by
EventRedirector . |
EventDispatchChainImpl |
EventDispatchTree |
EventDispatchTreeImpl |
RedirectedEvent
Used as a wrapper in
EventRedirector to distinquish between normal
"direct" events and the events "redirected" from the parent dispatcher(s). |
Class and Description |
---|
BasicEventDispatcher
Event dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent and dispatchBubblingEvent . |
CompositeEventDispatcher
An
EventDispatcher which represents a chain of event dispatchers, but
can still be set or replaced as a single entity. |
EventHandlerManager
An
EventDispatcher which allows user event handler / filter
registration and when used in an event dispatch chain it forwards received
events to the appropriate registered handlers / filters. |
Class and Description |
---|
BasicEventDispatcher
Event dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent and dispatchBubblingEvent . |
CompositeEventDispatcher
An
EventDispatcher which represents a chain of event dispatchers, but
can still be set or replaced as a single entity. |
EventHandlerManager
An
EventDispatcher which allows user event handler / filter
registration and when used in an event dispatch chain it forwards received
events to the appropriate registered handlers / filters. |
EventRedirector
This event dispatcher redirects received events to the registered child
dispatchers before dispatching them to the rest of the dispatch chain.
|
Class and Description |
---|
EventHandlerManager
An
EventDispatcher which allows user event handler / filter
registration and when used in an event dispatch chain it forwards received
events to the appropriate registered handlers / filters. |
Class and Description |
---|
EventQueue |
Class and Description |
---|
EventHandlerManager
An
EventDispatcher which allows user event handler / filter
registration and when used in an event dispatch chain it forwards received
events to the appropriate registered handlers / filters. |
Class and Description |
---|
EventHandlerManager
An
EventDispatcher which allows user event handler / filter
registration and when used in an event dispatch chain it forwards received
events to the appropriate registered handlers / filters. |
Class and Description |
---|
BasicEventDispatcher
Event dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent and dispatchBubblingEvent . |
EventRedirector
This event dispatcher redirects received events to the registered child
dispatchers before dispatching them to the rest of the dispatch chain.
|