| Package | Description |
|---|---|
| org.apache.batik.anim.dom | |
| org.apache.batik.dom.events |
Provides an implementation of the DOM level 2 events module.
|
| org.apache.batik.dom.svg | |
| org.apache.batik.dom.svg12 |
| Modifier and Type | Method | Description |
|---|---|---|
protected AbstractEvent[] |
XBLEventSupport.getRetargettedEvents(NodeEventTarget target,
NodeEventTarget[] ancestors,
AbstractEvent e) |
Returns an array of Event objects to be used for each event target
in the event flow.
|
protected AbstractEvent |
XBLEventSupport.retargetEvent(AbstractEvent e,
NodeEventTarget target) |
Clones and retargets the given event.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
XBLEventSupport.fireHandlerGroupEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture,
java.util.HashSet stoppedGroups,
java.util.HashSet toBeStoppedGroups) |
Fires the event handlers registered on an XBL 'handlerGroup' element.
|
protected void |
XBLEventSupport.fireImplementationEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture) |
Fires the registered implementation listeners on the given event
target.
|
protected AbstractEvent[] |
XBLEventSupport.getRetargettedEvents(NodeEventTarget target,
NodeEventTarget[] ancestors,
AbstractEvent e) |
Returns an array of Event objects to be used for each event target
in the event flow.
|
protected AbstractEvent |
XBLEventSupport.retargetEvent(AbstractEvent e,
NodeEventTarget target) |
Clones and retargets the given event.
|
| Modifier and Type | Class | 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 | 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 | Description |
|---|---|---|
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture,
java.util.HashSet stoppedGroups,
java.util.HashSet toBeStoppedGroups) |
Fires the registered listeners on the given event target.
|
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
EventListenerList.Entry[] listeners,
java.util.HashSet stoppedGroups,
java.util.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). |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVGOMEvent |
This class provides an implementation of the SVGEvent interface.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
SVGOMWheelEvent |
SVG 1.2 mouse wheel event.
|
class |
XBLOMShadowTreeEvent |
This class implements the
ShadowTreeEvent event class. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.