Package org.apache.batik.dom.events

Provides an implementation of the DOM level 2 events module.

See:
          Description

Interface Summary
DocumentEventSupport.EventFactory This interface represents an event factory.
NodeEventTarget A Node that uses an EventSupport for its event registration and dispatch.
 

Class Summary
AbstractEvent The abstract Event root class.
DocumentEventSupport This class implements the behavior of DocumentEvent.
DocumentEventSupport.KeyEventFactory To create a key event.
DocumentEventSupport.MouseEventFactory To create a mouse event.
DocumentEventSupport.MutationEventFactory To create a mutation event.
DocumentEventSupport.SimpleEventFactory To create a simple event.
DocumentEventSupport.UIEventFactory To create a UI event.
DOMEvent A simple event.
DOMKeyEvent The KeyEvent interface provides specific contextual information associated with Key events.
DOMMouseEvent The MouseEvent class provides specific contextual information associated with Mouse events.
DOMMutationEvent The MutationEvent class provides specific contextual information associated with Mutation events.
DOMUIEvent The UIEvent class provides specific contextual information associated with User Interface events.
EventListenerList A simple list of EventListener.
EventSupport The class allows registration and removal of EventListeners on an NodeEventTarget and dispatch of events to that NodeEventTarget.
 

Package org.apache.batik.dom.events Description

Provides an implementation of the DOM level 2 events module.

It is composed of utility classes independant from a given DOM core implementation.



Copyright © 2002 Apache Software Foundation. All Rights Reserved.