|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEvent | |
|---|---|
| org.apache.batik.dom.events | Provides an implementation of the DOM level 2 events module. |
| Uses of AbstractEvent in org.apache.batik.dom.events |
|---|
| Subclasses of AbstractEvent in org.apache.batik.dom.events | |
|---|---|
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. |
| Methods in org.apache.batik.dom.events that return AbstractEvent | |
|---|---|
AbstractEvent |
AbstractEvent.cloneEvent()
Clones this event and sets the originalEvent field of the new event to be equal to this event. |
| Methods in org.apache.batik.dom.events with parameters of type AbstractEvent | |
|---|---|
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)
Calls setCurrentTarget(org.w3c.dom.events.EventTarget). |
protected void |
EventSupport.setEventPhase(AbstractEvent e,
short phase)
Calls setEventPhase(short). |
protected void |
EventSupport.setTarget(AbstractEvent e,
NodeEventTarget target)
Calls setTarget(org.w3c.dom.events.EventTarget). |
protected void |
EventSupport.stopImmediatePropagation(AbstractEvent e,
boolean b)
Calls stopImmediatePropagation(boolean). |
protected void |
EventSupport.stopPropagation(AbstractEvent e,
boolean b)
Calls stopPropagation(boolean). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||