|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventListener | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
org.apache.batik.dom | Provides an implementation of the DOM level 2 core module. |
org.apache.batik.dom.events | Provides an implementation of the DOM level 2 events module. |
org.apache.batik.swing | |
org.apache.batik.swing.svg | |
org.w3c.dom.events |
Uses of EventListener in org.apache.batik.bridge |
Classes in org.apache.batik.bridge that implement EventListener | |
static class |
BridgeEventSupport.ScriptCaller
|
protected static class |
SVGAElementBridge.AnchorListener
To handle a click on an anchor. |
protected static class |
SVGAElementBridge.CursorMouseOutListener
To handle a mouseout on an anchor and set the cursor. |
protected static class |
SVGAElementBridge.CursorMouseOverListener
To handle a mouseover on an anchor and set the cursor. |
protected static class |
SVGImageElementBridge.ForwardEventListener
A simple DOM listener to forward events from the SVG image document to the original document. |
Uses of EventListener in org.apache.batik.dom |
Methods in org.apache.batik.dom with parameters of type EventListener | |
void |
AbstractNode.addEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
DOM: Implements EventTarget.addEventListener(String,EventListener,boolean) . |
void |
AbstractNode.removeEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
DOM: Implements EventTarget.removeEventListener(String,EventListener,boolean) . |
void |
NodeWrapper.addEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
DOM: Implements EventTarget.addEventListener(String,EventListener,boolean) . |
void |
NodeWrapper.removeEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
DOM: Implements EventTarget.removeEventListener(String,EventListener,boolean) . |
Uses of EventListener in org.apache.batik.dom.events |
Classes in org.apache.batik.dom.events that implement EventListener | |
class |
EventListenerWrapper
This class implements a wrapper for an Event. |
Fields in org.apache.batik.dom.events declared as EventListener | |
protected EventListener |
EventListenerWrapper.eventListener
The wrapped EventListener. |
Methods in org.apache.batik.dom.events that return EventListener | |
EventListener |
EventListenerWrapper.getEventListener()
Returns the associated EventListener. |
EventListener[] |
EventListenerList.getEventListeners()
Returns an array of the event listeners of this list, or null if any. |
Methods in org.apache.batik.dom.events with parameters of type EventListener | |
void |
EventSupport.addEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
This method allows the registration of event listeners on the event target. |
void |
EventSupport.removeEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
This method allows the removal of event listeners from the event target. |
void |
EventListenerList.add(EventListener listener)
Adds the specified event listener. |
void |
EventListenerList.remove(EventListener listener)
Removes the specified event listener. |
boolean |
EventListenerList.contains(EventListener listener)
Returns true of the specified event listener has already been added to this list, false otherwise. |
Constructors in org.apache.batik.dom.events with parameters of type EventListener | |
EventListenerWrapper(DocumentWrapper dw,
EventListener e)
Creates a new EventListenerWrapper. |
Uses of EventListener in org.apache.batik.swing |
Classes in org.apache.batik.swing that implement EventListener | |
protected class |
JSVGCanvas.ToolTipModifier
Sets a specific tooltip on the JSVGCanvas when a given event occurs. |
Uses of EventListener in org.apache.batik.swing.svg |
Classes in org.apache.batik.swing.svg that implement EventListener | |
protected class |
JSVGComponent.SVGListener.MutationListener
To listener to the DOM mutation events. |
Uses of EventListener in org.w3c.dom.events |
Methods in org.w3c.dom.events with parameters of type EventListener | |
void |
EventTarget.addEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
This method allows the registration of event listeners on the event target. |
void |
EventTarget.removeEventListener(java.lang.String type,
EventListener listener,
boolean useCapture)
This method allows the removal of event listeners from the event target. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |