Uses of Interface
org.apache.batik.util.EventDispatcher.Dispatcher
-
Packages that use EventDispatcher.Dispatcher Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.swing.gvt org.apache.batik.swing.svg org.apache.batik.util Provides some useful classes. -
-
Uses of EventDispatcher.Dispatcher in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as EventDispatcher.Dispatcher Modifier and Type Field Description (package private) static EventDispatcher.Dispatcher
UpdateManager. resumedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was resumed.(package private) static EventDispatcher.Dispatcher
UpdateManager. startedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was started(package private) static EventDispatcher.Dispatcher
UpdateManager. stoppedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was stopped.(package private) static EventDispatcher.Dispatcher
UpdateManager. suspendedDispatcher
Dispatches a UpdateManagerEvent to notify that the manager was suspended.(package private) static EventDispatcher.Dispatcher
UpdateManager. updateCompletedDispatcher
Dispatches a UpdateManagerEvent to notify that an update completed(package private) static EventDispatcher.Dispatcher
UpdateManager. updateFailedDispatcher
Dispatches a UpdateManagerEvent to notify that an update failed(package private) static EventDispatcher.Dispatcher
UpdateManager. updateStartedDispatcher
Dispatches a UpdateManagerEvent to notify that an update startedMethods in org.apache.batik.bridge with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description protected void
UpdateManager. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)
-
Uses of EventDispatcher.Dispatcher in org.apache.batik.swing.gvt
Fields in org.apache.batik.swing.gvt declared as EventDispatcher.Dispatcher Modifier and Type Field Description (package private) static EventDispatcher.Dispatcher
GVTTreeRenderer. cancelledDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeRenderer. completedDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeRenderer. failedDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeRenderer. prepareDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeRenderer. startedDispatcher
Methods in org.apache.batik.swing.gvt with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description void
GVTTreeRenderer. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)
-
Uses of EventDispatcher.Dispatcher in org.apache.batik.swing.svg
Fields in org.apache.batik.swing.svg declared as EventDispatcher.Dispatcher Modifier and Type Field Description (package private) static EventDispatcher.Dispatcher
GVTTreeBuilder. cancelledDispatcher
(package private) static EventDispatcher.Dispatcher
SVGDocumentLoader. cancelledDispatcher
(package private) static EventDispatcher.Dispatcher
SVGLoadEventDispatcher. cancelledDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeBuilder. completedDispatcher
(package private) static EventDispatcher.Dispatcher
SVGDocumentLoader. completedDispatcher
(package private) static EventDispatcher.Dispatcher
SVGLoadEventDispatcher. completedDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeBuilder. failedDispatcher
(package private) static EventDispatcher.Dispatcher
SVGDocumentLoader. failedDispatcher
(package private) static EventDispatcher.Dispatcher
SVGLoadEventDispatcher. failedDispatcher
(package private) static EventDispatcher.Dispatcher
GVTTreeBuilder. startedDispatcher
(package private) static EventDispatcher.Dispatcher
SVGDocumentLoader. startedDispatcher
(package private) static EventDispatcher.Dispatcher
SVGLoadEventDispatcher. startedDispatcher
Methods in org.apache.batik.swing.svg with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description void
GVTTreeBuilder. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)
void
SVGDocumentLoader. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)
void
SVGLoadEventDispatcher. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)
-
Uses of EventDispatcher.Dispatcher in org.apache.batik.util
Methods in org.apache.batik.util with parameters of type EventDispatcher.Dispatcher Modifier and Type Method Description protected static void
EventDispatcher. dispatchEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object[] ll, java.lang.Object evt)
static void
EventDispatcher. fireEvent(EventDispatcher.Dispatcher dispatcher, java.util.List listeners, java.lang.Object evt, boolean useEventQueue)
-