See: Description
Interface | Description |
---|---|
DocumentEventSupport.EventFactory |
This interface represents an event factory.
|
NodeEventTarget |
A Node that uses an EventSupport for its event registration and
dispatch.
|
Class | Description |
---|---|
AbstractEvent |
The abstract
Event root class. |
DocumentEventSupport |
This class implements the behavior of DocumentEvent.
|
DocumentEventSupport.CustomEventFactory |
To create a Custom event.
|
DocumentEventSupport.KeyboardEventFactory |
To create a keyboard event.
|
DocumentEventSupport.KeyEventFactory |
To create a key event.
|
DocumentEventSupport.MouseEventFactory |
To create a mouse event.
|
DocumentEventSupport.MutationEventFactory |
To create a mutation event.
|
DocumentEventSupport.MutationNameEventFactory |
To create a mutation name event.
|
DocumentEventSupport.SimpleEventFactory |
To create a simple event.
|
DocumentEventSupport.TextEventFactory |
To create a Text event.
|
DocumentEventSupport.UIEventFactory |
To create a UI event.
|
DOMCustomEvent |
A custom event object.
|
DOMEvent |
A simple event.
|
DOMKeyboardEvent |
DOM 3 Keyboard event class.
|
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.
|
DOMMutationNameEvent |
Class to implement DOM 3 MutationName events.
|
DOMTextEvent |
Class to implement DOM 3 Text events.
|
DOMTimeEvent |
An event class for SMIL timing events.
|
DOMUIEvent |
The UIEvent class provides specific contextual information
associated with User Interface events.
|
EventListenerList |
Class to manager event listeners for one event type.
|
EventListenerList.Entry |
EventListenerTable entry class.
|
EventSupport |
The class allows registration and removal of EventListeners on
an NodeEventTarget and dispatch of events to that NodeEventTarget.
|
It is composed of utility classes independant from a given DOM core implementation.
Copyright © 2022 Apache Software Foundation. All Rights Reserved.