Uses of Interface
javafx.event.EventDispatcher
Package
Description
Provides basic framework for FX events, their delivery and handling.
Provides the core set of base
classes for the JavaFX Scene Graph API.
Provides the top-level container classes for JavaFX content.
-
Uses of EventDispatcher in javafx.event
Modifier and TypeMethodDescriptionEventDispatchChain.append
(EventDispatcher eventDispatcher) Appends the specifiedEventDispatcher
to this chain.EventDispatchChain.prepend
(EventDispatcher eventDispatcher) Prepends the specifiedEventDispatcher
to this chain. -
Uses of EventDispatcher in javafx.scene
Modifier and TypeMethodDescriptionfinal EventDispatcher
Node.getEventDispatcher()
Gets the value of theeventDispatcher
property.final EventDispatcher
Scene.getEventDispatcher()
Gets the value of theeventDispatcher
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<EventDispatcher> Node.eventDispatcherProperty()
Specifies the event dispatcher for this node.final ObjectProperty
<EventDispatcher> Scene.eventDispatcherProperty()
Specifies the event dispatcher for this scene.Modifier and TypeMethodDescriptionfinal void
Node.setEventDispatcher
(EventDispatcher value) Sets the value of theeventDispatcher
property.final void
Scene.setEventDispatcher
(EventDispatcher value) Sets the value of theeventDispatcher
property. -
Uses of EventDispatcher in javafx.stage
Modifier and TypeMethodDescriptionfinal EventDispatcher
Window.getEventDispatcher()
Gets the value of theeventDispatcher
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<EventDispatcher> Window.eventDispatcherProperty()
Specifies the event dispatcher for this node.Modifier and TypeMethodDescriptionfinal void
Window.setEventDispatcher
(EventDispatcher value) Sets the value of theeventDispatcher
property.