|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractEvent | |
---|---|
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.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,
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)
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) . |
Uses of AbstractEvent in org.apache.batik.dom.svg |
---|
Subclasses of AbstractEvent in org.apache.batik.dom.svg | |
---|---|
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 | |
---|---|
class |
SVGOMWheelEvent
SVG 1.2 mouse wheel event. |
class |
XBLOMShadowTreeEvent
This class implements the ShadowTreeEvent event class. |
Methods in org.apache.batik.dom.svg12 that return AbstractEvent | |
---|---|
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.dom.svg12 with parameters of type AbstractEvent | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |