Uses of Class
org.apache.batik.dom.events.AbstractEvent
-
Packages that use AbstractEvent 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 -
-
Uses of AbstractEvent in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom that return AbstractEvent 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.Methods in org.apache.batik.anim.dom with parameters of type AbstractEvent 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. -
Uses of AbstractEvent in org.apache.batik.dom.events
Subclasses of AbstractEvent in org.apache.batik.dom.events 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
TheKeyEvent
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 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.Methods in org.apache.batik.dom.events with parameters of type AbstractEvent 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)
CallspreventDefault(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)
CallssetCurrentTarget(org.w3c.dom.events.EventTarget)
.protected void
EventSupport. setEventPhase(AbstractEvent e, short phase)
CallssetEventPhase(short)
.protected void
EventSupport. setTarget(AbstractEvent e, NodeEventTarget target)
CallssetTarget(org.w3c.dom.events.EventTarget)
.protected void
EventSupport. stopImmediatePropagation(AbstractEvent e, boolean b)
CallsstopImmediatePropagation(boolean)
.protected void
EventSupport. stopPropagation(AbstractEvent e, boolean b)
CallsstopPropagation(boolean)
. -
Uses of AbstractEvent in org.apache.batik.dom.svg
Subclasses of AbstractEvent in org.apache.batik.dom.svg Modifier and Type Class Description class
SVGOMEvent
This class provides an implementation of the SVGEvent interface. -
Uses of AbstractEvent in org.apache.batik.dom.svg12
Subclasses of AbstractEvent in org.apache.batik.dom.svg12 Modifier and Type Class Description class
SVGOMWheelEvent
SVG 1.2 mouse wheel event.class
XBLOMShadowTreeEvent
This class implements theShadowTreeEvent
event class.
-