|
||||||||||
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.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 |
UserAgent.getEventDispatcher()
Returns the event dispatcher to use. |
EventDispatcher |
UserAgentAdapter.getEventDispatcher()
Unsupported operation. |
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 |
AWTEventDispatcher
An EventDispatcher implementation based on AWT events. |
Uses of EventDispatcher in org.apache.batik.swing.svg |
Methods in org.apache.batik.swing.svg that return EventDispatcher | |
EventDispatcher |
JSVGComponent.BridgeUserAgent.getEventDispatcher()
Returns the EventDispatcher used by the
UserAgent to dispatch events on GVT. |
EventDispatcher |
JSVGComponent.BridgeUserAgentWrapper.getEventDispatcher()
Returns the event dispatcher to use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |