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.DispatcherUpdateManager.resumedDispatcherDispatches a UpdateManagerEvent to notify that the manager was resumed.(package private) static EventDispatcher.DispatcherUpdateManager.startedDispatcherDispatches a UpdateManagerEvent to notify that the manager was started(package private) static EventDispatcher.DispatcherUpdateManager.stoppedDispatcherDispatches a UpdateManagerEvent to notify that the manager was stopped.(package private) static EventDispatcher.DispatcherUpdateManager.suspendedDispatcherDispatches a UpdateManagerEvent to notify that the manager was suspended.(package private) static EventDispatcher.DispatcherUpdateManager.updateCompletedDispatcherDispatches a UpdateManagerEvent to notify that an update completed(package private) static EventDispatcher.DispatcherUpdateManager.updateFailedDispatcherDispatches a UpdateManagerEvent to notify that an update failed(package private) static EventDispatcher.DispatcherUpdateManager.updateStartedDispatcherDispatches a UpdateManagerEvent to notify that an update startedMethods in org.apache.batik.bridge with parameters of type EventDispatcher.DispatcherModifier and TypeMethodDescriptionprotected voidUpdateManager.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.DispatcherGVTTreeRenderer.cancelledDispatcher(package private) static EventDispatcher.DispatcherGVTTreeRenderer.completedDispatcher(package private) static EventDispatcher.DispatcherGVTTreeRenderer.failedDispatcher(package private) static EventDispatcher.DispatcherGVTTreeRenderer.prepareDispatcher(package private) static EventDispatcher.DispatcherGVTTreeRenderer.startedDispatcherMethods in org.apache.batik.swing.gvt with parameters of type EventDispatcher.DispatcherModifier and TypeMethodDescriptionvoidGVTTreeRenderer.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.DispatcherGVTTreeBuilder.cancelledDispatcher(package private) static EventDispatcher.DispatcherSVGDocumentLoader.cancelledDispatcher(package private) static EventDispatcher.DispatcherSVGLoadEventDispatcher.cancelledDispatcher(package private) static EventDispatcher.DispatcherGVTTreeBuilder.completedDispatcher(package private) static EventDispatcher.DispatcherSVGDocumentLoader.completedDispatcher(package private) static EventDispatcher.DispatcherSVGLoadEventDispatcher.completedDispatcher(package private) static EventDispatcher.DispatcherGVTTreeBuilder.failedDispatcher(package private) static EventDispatcher.DispatcherSVGDocumentLoader.failedDispatcher(package private) static EventDispatcher.DispatcherSVGLoadEventDispatcher.failedDispatcher(package private) static EventDispatcher.DispatcherGVTTreeBuilder.startedDispatcher(package private) static EventDispatcher.DispatcherSVGDocumentLoader.startedDispatcher(package private) static EventDispatcher.DispatcherSVGLoadEventDispatcher.startedDispatcherMethods in org.apache.batik.swing.svg with parameters of type EventDispatcher.DispatcherModifier and TypeMethodDescriptionvoidGVTTreeBuilder.fireEvent(EventDispatcher.Dispatcher dispatcher, Object event) voidSVGDocumentLoader.fireEvent(EventDispatcher.Dispatcher dispatcher, Object event) voidSVGLoadEventDispatcher.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 voidEventDispatcher.dispatchEvent(EventDispatcher.Dispatcher dispatcher, Object[] ll, Object evt) static voidEventDispatcher.fireEvent(EventDispatcher.Dispatcher dispatcher, List listeners, Object evt, boolean useEventQueue)