Package | Description |
---|---|
com.sun.javafx.event | |
com.sun.javafx.scene | |
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.stage | |
javafx.event |
Provides basic framework for FX events, their delivery and handling.
|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.stage |
Provides the top-level container classes for JavaFX content.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicEventDispatcher
Event dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent and dispatchBubblingEvent . |
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 | Field and Description |
---|---|
private EventDispatcher[] |
EventDispatchChainImpl.dispatchers |
private EventDispatcher[] |
EventDispatchTreeImpl.dispatchers |
Modifier and Type | Field and Description |
---|---|
private java.util.List<EventDispatcher> |
EventRedirector.eventDispatchers |
Modifier and Type | Method and Description |
---|---|
void |
EventRedirector.addEventDispatcher(EventDispatcher eventDispatcher) |
EventDispatchChain |
EventDispatchChainImpl.append(EventDispatcher eventDispatcher) |
EventDispatchTree |
EventDispatchTree.append(EventDispatcher eventDispatcher) |
EventDispatchTree |
EventDispatchTreeImpl.append(EventDispatcher eventDispatcher) |
private void |
EventDispatchChainImpl.insertFirst(EventDispatcher eventDispatcher) |
EventDispatchChain |
EventDispatchChainImpl.prepend(EventDispatcher eventDispatcher) |
EventDispatchTree |
EventDispatchTree.prepend(EventDispatcher eventDispatcher) |
EventDispatchTree |
EventDispatchTreeImpl.prepend(EventDispatcher eventDispatcher) |
void |
EventRedirector.removeEventDispatcher(EventDispatcher eventDispatcher) |
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 | Field and Description |
---|---|
(package private) EventDispatcher |
TwoLevelFocusBehavior.origEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusComboBehavior.preemptiveEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusListBehavior.preemptiveEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusPopupBehavior.preemptiveEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusBehavior.preemptiveEventDispatcher
Don't allow the Node to handle a key event if it is in externalFocus mode.
|
(package private) EventDispatcher |
TwoLevelFocusPopupBehavior.preemptivePopupEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusComboBehavior.tlfEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusListBehavior.tlfEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusPopupBehavior.tlfEventDispatcher |
(package private) EventDispatcher |
TwoLevelFocusBehavior.tlfEventDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
WindowCloseRequestHandler |
class |
WindowEventDispatcher
An
EventDispatcher for Window . |
Modifier and Type | Method and Description |
---|---|
EventDispatchChain |
EventDispatchChain.append(EventDispatcher eventDispatcher)
Appends the specified
EventDispatcher to this chain. |
EventDispatchChain |
EventDispatchChain.prepend(EventDispatcher eventDispatcher)
Prepends the specified
EventDispatcher to this chain. |
Modifier and Type | Field and Description |
---|---|
private EventDispatcher |
SceneBuilder.eventDispatcher
Deprecated.
|
private EventDispatcher |
NodeBuilder.eventDispatcher
Deprecated.
|
private EventDispatcher |
Node.preprocessMouseEventDispatcher
Event dispatcher for invoking preprocessing of mouse events
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventDispatcher> |
Scene.eventDispatcher
Specifies the event dispatcher for this scene.
|
private ObjectProperty<EventDispatcher> |
Node.eventDispatcher
Specifies the event dispatcher for this node.
|
Modifier and Type | Method and Description |
---|---|
EventDispatcher |
Scene.getEventDispatcher() |
EventDispatcher |
Node.getEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<EventDispatcher> |
Scene.eventDispatcherProperty() |
ObjectProperty<EventDispatcher> |
Node.eventDispatcherProperty() |
Modifier and Type | Method and Description |
---|---|
B |
SceneBuilder.eventDispatcher(EventDispatcher x)
Deprecated.
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
B |
NodeBuilder.eventDispatcher(EventDispatcher x)
Deprecated.
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
void |
Scene.setEventDispatcher(EventDispatcher value) |
void |
Node.setEventDispatcher(EventDispatcher value) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
PopupWindow.PopupEventRedirector |
Modifier and Type | Field and Description |
---|---|
private EventDispatcher |
WindowBuilder.eventDispatcher
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<EventDispatcher> |
Window.eventDispatcher
Specifies the event dispatcher for this node.
|
Modifier and Type | Method and Description |
---|---|
EventDispatcher |
Window.getEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<EventDispatcher> |
Window.eventDispatcherProperty() |
Modifier and Type | Method and Description |
---|---|
B |
WindowBuilder.eventDispatcher(EventDispatcher x)
Deprecated.
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
void |
Window.setEventDispatcher(EventDispatcher value) |