Uses of Interface
org.w3c.dom.events.EventListener

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.w3c.dom.events   
 

Uses of EventListener in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement EventListener
protected  class AbstractGraphicsNodeBridge.DOMAttrModifiedEventListener
          The listener class for 'DOMAttrModified' event.
protected  class AbstractSVGGradientElementBridge.DOMAttrModifiedEventListener
          The listener class for 'DOMAttrModified' event.
static class BridgeEventSupport.ScriptCaller
           
protected  class ScriptingEnvironment.EventListenerWrapper
          To wrap an event listener.
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  class SVGGElementBridge.DOMNodeInsertedEventListener
          The listener class for 'DOMNodeInserted' event.
protected  class SVGGElementBridge.DOMNodeRemovedEventListener
          The listener class for 'DOMNodeRemoved' event.
protected static class SVGImageElementBridge.ForwardEventListener
          A simple DOM listener to forward events from the SVG image document to the original document.
protected  class SVGSVGElementBridge.DOMAttrModifiedEventListener
          The listener class for 'DOMAttrModified' event.
protected  class SVGTextElementBridge.DOMAttrModifiedEventListener
          The listener class for 'DOMAttrModified' event.
protected  class SVGUseElementBridge.DOMAttrModifiedEventListener
          The listener class for 'DOMAttrModified' event.
 

Fields in org.apache.batik.bridge declared as EventListener
protected  EventListener ScriptingEnvironment.EventListenerWrapper.eventListener
          The wrapped event listener.
 

Constructors in org.apache.batik.bridge with parameters of type EventListener
ScriptingEnvironment.EventListenerWrapper(EventListener el)
          Creates a new EventListenerWrapper.
 

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).
 

Uses of EventListener in org.apache.batik.dom.events
 

Methods in org.apache.batik.dom.events that return 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 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.
 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.
 

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.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.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.