Uses of Interface
javafx.event.EventDispatcher
Packages that use EventDispatcher
Package
Description
-
Uses of EventDispatcher in com.sun.javafx.event
Classes in com.sun.javafx.event that implement EventDispatcherModifier and TypeClassDescriptionclassEvent dispatcher which introduces event dispatch phase specific methods -dispatchCapturingEventanddispatchBubblingEvent.classAnEventDispatcherwhich represents a chain of event dispatchers, but can still be set or replaced as a single entity.classAnEventDispatcherwhich allows user event handler / filter registration and when used in an event dispatch chain it forwards received events to the appropriate registered handlers / filters.classThis 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 with parameters of type EventDispatcherModifier and TypeMethodDescriptionfinal voidEventRedirector.addEventDispatcher(EventDispatcher eventDispatcher) EventDispatchChainImpl.append(EventDispatcher eventDispatcher) EventDispatchTree.append(EventDispatcher eventDispatcher) EventDispatchTreeImpl.append(EventDispatcher eventDispatcher) EventDispatchChainImpl.prepend(EventDispatcher eventDispatcher) EventDispatchTree.prepend(EventDispatcher eventDispatcher) EventDispatchTreeImpl.prepend(EventDispatcher eventDispatcher) final voidEventRedirector.removeEventDispatcher(EventDispatcher eventDispatcher) -
Uses of EventDispatcher in com.sun.javafx.scene
Classes in com.sun.javafx.scene that implement EventDispatcherModifier and TypeClassDescriptionclassEventDispatcherwhich translates event types for events which have normal event types with target specific sub-types.final classclassAnEventDispatcherforNode.classAnEventDispatcherforScene. -
Uses of EventDispatcher in com.sun.javafx.stage
Classes in com.sun.javafx.stage that implement EventDispatcherModifier and TypeClassDescriptionfinal classclassAnEventDispatcherforWindow. -
Uses of EventDispatcher in javafx.event
Methods in javafx.event with parameters of type EventDispatcherModifier and TypeMethodDescriptionEventDispatchChain.append(EventDispatcher eventDispatcher) Appends the specifiedEventDispatcherto this chain.EventDispatchChain.prepend(EventDispatcher eventDispatcher) Prepends the specifiedEventDispatcherto this chain. -
Uses of EventDispatcher in javafx.scene
Methods in javafx.scene that return EventDispatcherModifier and TypeMethodDescriptionfinal EventDispatcherNode.getEventDispatcher()Gets the value of theeventDispatcherproperty.final EventDispatcherScene.getEventDispatcher()Gets the value of theeventDispatcherproperty.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 voidNode.setEventDispatcher(EventDispatcher value) Sets the value of theeventDispatcherproperty.final voidScene.setEventDispatcher(EventDispatcher value) Sets the value of theeventDispatcherproperty. -
Uses of EventDispatcher in javafx.stage
Methods in javafx.stage that return EventDispatcherModifier and TypeMethodDescriptionfinal EventDispatcherWindow.getEventDispatcher()Gets the value of theeventDispatcherproperty.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 voidWindow.setEventDispatcher(EventDispatcher value) Sets the value of theeventDispatcherproperty.