Uses of Interface
javafx.event.EventDispatchChain
-
Packages that use EventDispatchChain Package Description 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. -
-
Uses of EventDispatchChain in javafx.event
Methods in javafx.event that return EventDispatchChain Modifier and Type Method Description EventDispatchChainEventDispatchChain. append(EventDispatcher eventDispatcher)Appends the specifiedEventDispatcherto this chain.EventDispatchChainEventTarget. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this target.EventDispatchChainEventDispatchChain. prepend(EventDispatcher eventDispatcher)Prepends the specifiedEventDispatcherto this chain.Methods in javafx.event with parameters of type EventDispatchChain Modifier and Type Method Description EventDispatchChainEventTarget. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this target.EventEventDispatcher. dispatchEvent(Event event, EventDispatchChain tail)Dispatches the specified event by thisEventDispatcher. -
Uses of EventDispatchChain in javafx.scene
Methods in javafx.scene that return EventDispatchChain Modifier and Type Method Description EventDispatchChainNode. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this node.EventDispatchChainScene. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this scene.Methods in javafx.scene with parameters of type EventDispatchChain Modifier and Type Method Description EventDispatchChainNode. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this node.EventDispatchChainScene. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this scene. -
Uses of EventDispatchChain in javafx.stage
Methods in javafx.stage that return EventDispatchChain Modifier and Type Method Description EventDispatchChainWindow. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this window.Methods in javafx.stage with parameters of type EventDispatchChain Modifier and Type Method Description EventDispatchChainWindow. buildEventDispatchChain(EventDispatchChain tail)Construct an event dispatch chain for this window.
-