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 EventDispatcher
BridgeEventSupport.GVTUnloadListener. dispatcher
Methods in org.apache.batik.bridge that return EventDispatcher Modifier and Type Method Description EventDispatcher
UserAgent. getEventDispatcher()
Returns the event dispatcher to use.EventDispatcher
UserAgentAdapter. 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 class
AWTEventDispatcher
An 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 TextSelectionManager
JGVTComponent. 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 EventDispatcher
JSVGComponent.BridgeUserAgent. getEventDispatcher()
Returns theEventDispatcher
used by theUserAgent
to dispatch events on GVT.EventDispatcher
JSVGComponent.BridgeUserAgentWrapper. getEventDispatcher()
Returns the event dispatcher to use.
-