Uses of Interface
javafx.event.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 EventDispatchChain
EventDispatchChain. append(EventDispatcher eventDispatcher)
Appends the specifiedEventDispatcher
to this chain.EventDispatchChain
EventTarget. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.EventDispatchChain
EventDispatchChain. prepend(EventDispatcher eventDispatcher)
Prepends the specifiedEventDispatcher
to this chain.Methods in javafx.event with parameters of type EventDispatchChain Modifier and Type Method Description EventDispatchChain
EventTarget. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this target.Event
EventDispatcher. 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 EventDispatchChain
Node. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this node.EventDispatchChain
Scene. 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 EventDispatchChain
Node. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this node.EventDispatchChain
Scene. 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 EventDispatchChain
Window. 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 EventDispatchChain
Window. buildEventDispatchChain(EventDispatchChain tail)
Construct an event dispatch chain for this window.