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.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.Dispatcher Modifier and Type Method Description protected voidUpdateManager. 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.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.Dispatcher Modifier and Type Method Description voidGVTTreeRenderer. 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.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.Dispatcher Modifier and Type Method Description voidGVTTreeBuilder. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)voidSVGDocumentLoader. fireEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object event)voidSVGLoadEventDispatcher. 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 voidEventDispatcher. dispatchEvent(EventDispatcher.Dispatcher dispatcher, java.lang.Object[] ll, java.lang.Object evt)static voidEventDispatcher. fireEvent(EventDispatcher.Dispatcher dispatcher, java.util.List listeners, java.lang.Object evt, boolean useEventQueue)
-