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

Packages that use Event
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.dom.svg   
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.apache.batik.swing   
org.apache.batik.swing.svg   
org.w3c.dom.events   
org.w3c.dom.svg   
 

Uses of Event in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type Event
 void SVGImageElementBridge.ForwardEventListener.handleEvent(Event e)
           
 void BridgeEventSupport.ScriptCaller.handleEvent(Event evt)
           
 void SVGAElementBridge.AnchorListener.handleEvent(Event evt)
           
 void SVGAElementBridge.CursorMouseOverListener.handleEvent(Event evt)
           
 void SVGAElementBridge.CursorMouseOutListener.handleEvent(Event evt)
           
 

Uses of Event in org.apache.batik.dom
 

Methods in org.apache.batik.dom that return Event
 Event DOMImplementationWrapper.createEventWrapper(DocumentWrapper dw, Event ev)
          Creates an EventWrapper object.
 Event DocumentWrapper.createEvent(java.lang.String eventType)
          DOM: Implements DocumentEvent.createEvent(String).
 Event DocumentWrapper.createEventWrapper(Event evt)
          Creates an EventWrapper.
 Event AbstractDocument.createEvent(java.lang.String eventType)
          DOM: Implements DocumentEvent.createEvent(String).
 

Methods in org.apache.batik.dom with parameters of type Event
 boolean AbstractNode.dispatchEvent(Event evt)
          DOM: Implements EventTarget.dispatchEvent(Event).
 boolean NodeWrapper.dispatchEvent(Event evt)
          DOM: Implements EventTarget.dispatchEvent(Event).
 Event DOMImplementationWrapper.createEventWrapper(DocumentWrapper dw, Event ev)
          Creates an EventWrapper object.
 Event DocumentWrapper.createEventWrapper(Event evt)
          Creates an EventWrapper.
 

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

Classes in org.apache.batik.dom.events that implement Event
 class AbstractEvent
          The abstract Event root class.
 class DOMEvent
          A simple event.
 class DOMMouseEvent
          The MouseEvent class provides specific contextual information associated with Mouse events.
 class DOMMutationEvent
          The MutationEvent class provides specific contextual information associated with Mutation events.
 class DOMUIEvent
          The UIEvent class provides specific contextual information associated with User Interface events.
 class EventWrapper
          This class implements a wrapper for an Event.
 

Fields in org.apache.batik.dom.events declared as Event
protected  Event EventWrapper.event
          The wrapped Event.
 

Methods in org.apache.batik.dom.events that return Event
 Event DocumentEventSupport.createEvent(java.lang.String eventType)
          Creates a new Event depending on the specified parameter.
 Event DocumentEventSupport.EventFactory.createEvent()
          Creates a new Event object.
 Event DocumentEventSupport.SimpleEventFactory.createEvent()
          Creates a new Event object.
 Event DocumentEventSupport.MutationEventFactory.createEvent()
          Creates a new Event object.
 Event DocumentEventSupport.MouseEventFactory.createEvent()
          Creates a new Event object.
 Event DocumentEventSupport.UIEventFactory.createEvent()
          Creates a new Event object.
 Event EventWrapper.getEvent()
          Returns the wrapped event.
 

Methods in org.apache.batik.dom.events with parameters of type Event
 void EventListenerWrapper.handleEvent(Event ev)
          DOM: Implements EventListener.handleEvent(Event).
static boolean EventSupport.dispatchEvent(NodeEventTarget target, Event e)
          This method allows the dispatch of events into the implementations event model.
 

Constructors in org.apache.batik.dom.events with parameters of type Event
EventWrapper(DocumentWrapper dw, Event ev)
          Creates a new EventWrapper.
 

Uses of Event in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement Event
 class SVGOMEvent
          This class provides an implementation of the SVGEvent interface.
 

Methods in org.apache.batik.dom.svg that return Event
 Event SVGOMSVGElement.createEvent(java.lang.String eventType)
          DOM: Implements DocumentEvent.createEvent(String).
 

Uses of Event in org.apache.batik.script
 

Methods in org.apache.batik.script that return Event
 Event SVGDocumentProxy.createEvent(java.lang.String eventType)
           
 

Uses of Event in org.apache.batik.swing
 

Methods in org.apache.batik.swing with parameters of type Event
 void JSVGCanvas.ToolTipModifier.handleEvent(Event evt)
           
 

Uses of Event in org.apache.batik.swing.svg
 

Methods in org.apache.batik.swing.svg with parameters of type Event
 void JSVGComponent.SVGListener.MutationListener.handleEvent(Event evt)
           
 

Uses of Event in org.w3c.dom.events
 

Subinterfaces of Event in org.w3c.dom.events
 interface MouseEvent
          The MouseEvent interface provides specific contextual information associated with Mouse events.
 interface MutationEvent
          The MutationEvent interface provides specific contextual information associated with Mutation events.
 interface UIEvent
          The UIEvent interface provides specific contextual information associated with User Interface events.
 

Methods in org.w3c.dom.events that return Event
 Event DocumentEvent.createEvent(java.lang.String eventType)
           
 

Methods in org.w3c.dom.events with parameters of type Event
 void EventListener.handleEvent(Event evt)
          This method is called whenever an event occurs of the type for which the EventListener interface was registered.
 boolean EventTarget.dispatchEvent(Event evt)
          This method allows the dispatch of events into the implementations event model.
 

Uses of Event in org.w3c.dom.svg
 

Subinterfaces of Event in org.w3c.dom.svg
 interface SVGEvent
           
 interface SVGZoomEvent
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.