Uses of Interface
org.apache.batik.gvt.event.EventDispatcher
-
Packages that use EventDispatcher 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.gvt.event Provides interfaces and classes for dealing with different types of events fired by GVT graphics nodes.org.apache.batik.swing.gvt org.apache.batik.swing.svg -
-
Uses of EventDispatcher in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as EventDispatcher Modifier and Type Field Description protected EventDispatcherBridgeEventSupport.GVTUnloadListener. dispatcherMethods in org.apache.batik.bridge that return EventDispatcher Modifier and Type Method Description EventDispatcherUserAgent. getEventDispatcher()Returns the event dispatcher to use.EventDispatcherUserAgentAdapter. getEventDispatcher()Unsupported operation.Constructors in org.apache.batik.bridge with parameters of type EventDispatcher Constructor Description GVTUnloadListener(EventDispatcher dispatcher, BridgeEventSupport.Listener listener) -
Uses of EventDispatcher in org.apache.batik.gvt.event
Classes in org.apache.batik.gvt.event that implement EventDispatcher Modifier and Type Class Description classAWTEventDispatcherAn EventDispatcher implementation based on AWT events. -
Uses of EventDispatcher in org.apache.batik.swing.gvt
Methods in org.apache.batik.swing.gvt with parameters of type EventDispatcher Modifier and Type Method Description protected TextSelectionManagerJGVTComponent. createTextSelectionManager(EventDispatcher ed)Constructors in org.apache.batik.swing.gvt with parameters of type EventDispatcher Constructor Description TextSelectionManager(JGVTComponent comp, EventDispatcher ed)Creates a new TextSelectionManager. -
Uses of EventDispatcher in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg that return EventDispatcher Modifier and Type Method Description EventDispatcherJSVGComponent.BridgeUserAgent. getEventDispatcher()Returns theEventDispatcherused by theUserAgentto dispatch events on GVT.EventDispatcherJSVGComponent.BridgeUserAgentWrapper. getEventDispatcher()Returns the event dispatcher to use.
-