Uses of Interface
org.apache.batik.util.EventDispatcher.Dispatcher
Packages that use EventDispatcher.Dispatcher
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides some useful classes.
-
Uses of EventDispatcher.Dispatcher in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as EventDispatcher.DispatcherModifier and TypeFieldDescription(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.DispatcherModifier and TypeMethodDescriptionprotected void
UpdateManager.fireEvent
(EventDispatcher.Dispatcher dispatcher, Object event) -
Uses of EventDispatcher.Dispatcher in org.apache.batik.swing.gvt
Fields in org.apache.batik.swing.gvt declared as EventDispatcher.DispatcherModifier and TypeFieldDescription(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.DispatcherModifier and TypeMethodDescriptionvoid
GVTTreeRenderer.fireEvent
(EventDispatcher.Dispatcher dispatcher, Object event) -
Uses of EventDispatcher.Dispatcher in org.apache.batik.swing.svg
Fields in org.apache.batik.swing.svg declared as EventDispatcher.DispatcherModifier and TypeFieldDescription(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.DispatcherModifier and TypeMethodDescriptionvoid
GVTTreeBuilder.fireEvent
(EventDispatcher.Dispatcher dispatcher, Object event) void
SVGDocumentLoader.fireEvent
(EventDispatcher.Dispatcher dispatcher, Object event) void
SVGLoadEventDispatcher.fireEvent
(EventDispatcher.Dispatcher dispatcher, Object event) -
Uses of EventDispatcher.Dispatcher in org.apache.batik.util
Methods in org.apache.batik.util with parameters of type EventDispatcher.DispatcherModifier and TypeMethodDescriptionprotected static void
EventDispatcher.dispatchEvent
(EventDispatcher.Dispatcher dispatcher, Object[] ll, Object evt) static void
EventDispatcher.fireEvent
(EventDispatcher.Dispatcher dispatcher, List listeners, Object evt, boolean useEventQueue)