Uses of Interface
javafx.event.EventDispatcher
Packages that use 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
Methods in javafx.event with parameters of type EventDispatcherModifier 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
Methods in javafx.scene that return EventDispatcherModifier and TypeMethodDescriptionfinal EventDispatcher
Node.getEventDispatcher()
Gets the value of theeventDispatcher
property.final EventDispatcher
Scene.getEventDispatcher()
Gets the value of theeventDispatcher
property.Methods in javafx.scene that return types with arguments of type EventDispatcherModifier 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.Methods in javafx.scene with parameters of type EventDispatcherModifier 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
Methods in javafx.stage that return EventDispatcherModifier and TypeMethodDescriptionfinal EventDispatcher
Window.getEventDispatcher()
Gets the value of theeventDispatcher
property.Methods in javafx.stage that return types with arguments of type EventDispatcherModifier and TypeMethodDescriptionfinal ObjectProperty<EventDispatcher>
Window.eventDispatcherProperty()
Specifies the event dispatcher for this node.Methods in javafx.stage with parameters of type EventDispatcherModifier and TypeMethodDescriptionfinal void
Window.setEventDispatcher
(EventDispatcher value) Sets the value of theeventDispatcher
property.