|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventDispatcher | |
---|---|
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 | |
---|---|
protected EventDispatcher |
BridgeEventSupport.GVTUnloadListener.dispatcher
|
Methods in org.apache.batik.bridge that return EventDispatcher | |
---|---|
EventDispatcher |
UserAgentAdapter.getEventDispatcher()
Unsupported operation. |
EventDispatcher |
UserAgent.getEventDispatcher()
Returns the event dispatcher to use. |
Constructors in org.apache.batik.bridge with parameters of type EventDispatcher | |
---|---|
BridgeEventSupport.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 | |
---|---|
class |
AbstractAWTEventDispatcher
An EventDispatcher implementation based on AWT events. |
class |
AWTEventDispatcher
A concrete version of AWTEventDispatcher . |
Uses of EventDispatcher in org.apache.batik.swing.gvt |
---|
Methods in org.apache.batik.swing.gvt with parameters of type EventDispatcher | |
---|---|
protected TextSelectionManager |
AbstractJGVTComponent.createTextSelectionManager(EventDispatcher ed)
|
Constructors in org.apache.batik.swing.gvt with parameters of type EventDispatcher | |
---|---|
TextSelectionManager(AbstractJGVTComponent 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 | |
---|---|
EventDispatcher |
AbstractJSVGComponent.BridgeUserAgentWrapper.getEventDispatcher()
Returns the event dispatcher to use. |
EventDispatcher |
AbstractJSVGComponent.BridgeUserAgent.getEventDispatcher()
Returns the EventDispatcher used by the
UserAgent to dispatch events on GVT. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |