Uses of Interface
org.apache.batik.gvt.event.EventDispatcher
Packages that use EventDispatcher
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides interfaces and classes for dealing with different types
of events fired by GVT graphics nodes.
-
Uses of EventDispatcher in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as EventDispatcherModifier and TypeFieldDescriptionprotected EventDispatcher
BridgeEventSupport.GVTUnloadListener.dispatcher
Methods in org.apache.batik.bridge that return EventDispatcherModifier and TypeMethodDescriptionUserAgent.getEventDispatcher()
Returns the event dispatcher to use.UserAgentAdapter.getEventDispatcher()
Unsupported operation.Constructors in org.apache.batik.bridge with parameters of type EventDispatcherModifierConstructorDescriptionGVTUnloadListener
(EventDispatcher dispatcher, BridgeEventSupport.Listener listener) -
Uses of EventDispatcher in org.apache.batik.gvt.event
Classes in org.apache.batik.gvt.event that implement EventDispatcherModifier and TypeClassDescriptionclass
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 EventDispatcherModifier and TypeMethodDescriptionprotected TextSelectionManager
JGVTComponent.createTextSelectionManager
(EventDispatcher ed) Constructors in org.apache.batik.swing.gvt with parameters of type EventDispatcherModifierConstructorDescriptionTextSelectionManager
(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 EventDispatcherModifier and TypeMethodDescriptionJSVGComponent.BridgeUserAgent.getEventDispatcher()
Returns theEventDispatcher
used by theUserAgent
to dispatch events on GVT.JSVGComponent.BridgeUserAgentWrapper.getEventDispatcher()
Returns the event dispatcher to use.