Uses of Class
com.sun.javafx.event.BasicEventDispatcher
Packages that use BasicEventDispatcher
-
Uses of BasicEventDispatcher in com.sun.javafx.event
Subclasses of BasicEventDispatcher in com.sun.javafx.eventModifier and TypeClassDescriptionclass
AnEventDispatcher
which represents a chain of event dispatchers, but can still be set or replaced as a single entity.class
AnEventDispatcher
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
This event dispatcher redirects received events to the registered child dispatchers before dispatching them to the rest of the dispatch chain.Methods in com.sun.javafx.event that return BasicEventDispatcherModifier and TypeMethodDescriptionabstract BasicEventDispatcher
CompositeEventDispatcher.getFirstDispatcher()
abstract BasicEventDispatcher
CompositeEventDispatcher.getLastDispatcher()
final BasicEventDispatcher
BasicEventDispatcher.getNextDispatcher()
final BasicEventDispatcher
BasicEventDispatcher.getPreviousDispatcher()
Methods in com.sun.javafx.event with parameters of type BasicEventDispatcherModifier and TypeMethodDescriptionfinal void
BasicEventDispatcher.insertNextDispatcher
(BasicEventDispatcher newDispatcher) -
Uses of BasicEventDispatcher in com.sun.javafx.scene
Subclasses of BasicEventDispatcher in com.sun.javafx.sceneModifier and TypeClassDescriptionclass
EventDispatcher
which translates event types for events which have normal event types with target specific sub-types.final class
class
AnEventDispatcher
forNode
.class
AnEventDispatcher
forScene
.Methods in com.sun.javafx.scene that return BasicEventDispatcherModifier and TypeMethodDescriptionNodeEventDispatcher.getFirstDispatcher()
SceneEventDispatcher.getFirstDispatcher()
NodeEventDispatcher.getLastDispatcher()
SceneEventDispatcher.getLastDispatcher()
-
Uses of BasicEventDispatcher in com.sun.javafx.stage
Subclasses of BasicEventDispatcher in com.sun.javafx.stageModifier and TypeClassDescriptionfinal class
class
AnEventDispatcher
forWindow
.Methods in com.sun.javafx.stage that return BasicEventDispatcherModifier and TypeMethodDescriptionWindowEventDispatcher.getFirstDispatcher()
WindowEventDispatcher.getLastDispatcher()