Package | Description |
---|---|
com.sun.javafx.event | |
com.sun.javafx.scene | |
com.sun.javafx.stage |
Modifier and Type | Class and Description |
---|---|
class |
CompositeEventDispatcher
An
EventDispatcher which represents a chain of event dispatchers, but
can still be set or replaced as a single entity. |
class |
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 |
EventRedirector
This event dispatcher redirects received events to the registered child
dispatchers before dispatching them to the rest of the dispatch chain.
|
Modifier and Type | Method and Description |
---|---|
abstract BasicEventDispatcher |
CompositeEventDispatcher.getFirstDispatcher() |
abstract BasicEventDispatcher |
CompositeEventDispatcher.getLastDispatcher() |
BasicEventDispatcher |
BasicEventDispatcher.getNextDispatcher() |
BasicEventDispatcher |
BasicEventDispatcher.getPreviousDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
BasicEventDispatcher.insertNextDispatcher(BasicEventDispatcher newDispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
EnteredExitedHandler
EventDispatcher which translates event types for events which have
normal event types with target specific sub-types. |
class |
KeyboardShortcutsHandler |
class |
NodeEventDispatcher
An
EventDispatcher for Node . |
class |
SceneEventDispatcher
An
EventDispatcher for Scene . |
Modifier and Type | Method and Description |
---|---|
BasicEventDispatcher |
SceneEventDispatcher.getFirstDispatcher() |
BasicEventDispatcher |
NodeEventDispatcher.getFirstDispatcher() |
BasicEventDispatcher |
SceneEventDispatcher.getLastDispatcher() |
BasicEventDispatcher |
NodeEventDispatcher.getLastDispatcher() |
Modifier and Type | Class and Description |
---|---|
class |
WindowCloseRequestHandler |
class |
WindowEventDispatcher
An
EventDispatcher for Window . |
Modifier and Type | Method and Description |
---|---|
BasicEventDispatcher |
WindowEventDispatcher.getFirstDispatcher() |
BasicEventDispatcher |
WindowEventDispatcher.getLastDispatcher() |
Copyright © 2020. All rights reserved.