Uses of Package
com.sun.javafx.event
Packages that use com.sun.javafx.event
-
Classes in com.sun.javafx.event used by com.sun.javafx.eventClassDescriptionEvent dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent
anddispatchBubblingEvent
.Used as a wrapper to protect anEvent
from being redirected byEventRedirector
.Used as a wrapper inEventRedirector
to distinquish between normal "direct" events and the events "redirected" from the parent dispatcher(s). -
Classes in com.sun.javafx.event used by com.sun.javafx.sceneClassDescriptionEvent dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent
anddispatchBubblingEvent
.AnEventDispatcher
which represents a chain of event dispatchers, but can still be set or replaced as a single entity.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. -
Classes in com.sun.javafx.event used by com.sun.javafx.stageClassDescriptionEvent dispatcher which introduces event dispatch phase specific methods -
dispatchCapturingEvent
anddispatchBubblingEvent
.AnEventDispatcher
which represents a chain of event dispatchers, but can still be set or replaced as a single entity.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.This event dispatcher redirects received events to the registered child dispatchers before dispatching them to the rest of the dispatch chain.