| Package | Description |
|---|---|
| org.apache.batik.dom.events |
Provides an implementation of the DOM level 2 events module.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DOMCustomEvent
A custom event object.
|
class |
DOMEvent
A simple event.
|
class |
DOMKeyboardEvent
DOM 3 Keyboard event class.
|
class |
DOMKeyEvent
The
KeyEvent interface provides specific contextual
information associated with Key events. |
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 |
DOMMutationNameEvent
Class to implement DOM 3 MutationName events.
|
class |
DOMTextEvent
Class to implement DOM 3 Text events.
|
class |
DOMTimeEvent
An event class for SMIL timing events.
|
class |
DOMUIEvent
The UIEvent class provides specific contextual information
associated with User Interface events.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractEvent |
AbstractEvent.cloneEvent()
Clones this event and sets the originalEvent field of the new event
to be equal to this event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture,
HashSet stoppedGroups,
HashSet toBeStoppedGroups)
Fires the registered listeners on the given event target.
|
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
EventListenerList.Entry[] listeners,
HashSet stoppedGroups,
HashSet toBeStoppedGroups)
Fires the given listeners on the given event target.
|
protected void |
EventSupport.preventDefault(AbstractEvent e,
boolean b)
Calls
preventDefault(boolean). |
protected void |
EventSupport.runDefaultActions(AbstractEvent e)
Runs all of the registered default actions for the given event object.
|
protected void |
EventSupport.setCurrentTarget(AbstractEvent e,
NodeEventTarget target)
|
protected void |
EventSupport.setEventPhase(AbstractEvent e,
short phase)
Calls
setEventPhase(short). |
protected void |
EventSupport.setTarget(AbstractEvent e,
NodeEventTarget target)
|
protected void |
EventSupport.stopImmediatePropagation(AbstractEvent e,
boolean b)
|
protected void |
EventSupport.stopPropagation(AbstractEvent e,
boolean b)
Calls
stopPropagation(boolean). |
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.