Uses of Class
org.apache.batik.dom.events.EventSupport
-
Packages that use EventSupport Package Description org.apache.batik.anim.dom org.apache.batik.dom Provides an implementation of the DOM level 2 core module.org.apache.batik.dom.events Provides an implementation of the DOM level 2 events module. -
-
Uses of EventSupport in org.apache.batik.anim.dom
Subclasses of EventSupport in org.apache.batik.anim.dom Modifier and Type Class Description class
XBLEventSupport
An EventSupport class that handles XBL-specific event processing.Methods in org.apache.batik.anim.dom that return EventSupport Modifier and Type Method Description EventSupport
SVG12DOMImplementation. createEventSupport(AbstractNode n)
Creates an EventSupport object for the given node.Methods in org.apache.batik.anim.dom with parameters of type EventSupport Modifier and Type Method Description void
XBLEventSupport. moveEventListeners(EventSupport other)
Moves all of the event listeners from this EventSupport object to the given EventSupport object. -
Uses of EventSupport in org.apache.batik.dom
Fields in org.apache.batik.dom declared as EventSupport Modifier and Type Field Description protected EventSupport
AbstractNode. eventSupport
The event support.Methods in org.apache.batik.dom that return EventSupport Modifier and Type Method Description EventSupport
AbstractDOMImplementation. createEventSupport(AbstractNode n)
Creates an EventSupport object for a given node.EventSupport
AbstractNode. getEventSupport()
Returns the event support instance for this node, or null if any.EventSupport
AbstractNode. initializeEventSupport()
Initializes the event support instance for this node if it has not been already, and returns it. -
Uses of EventSupport in org.apache.batik.dom.events
Methods in org.apache.batik.dom.events that return EventSupport Modifier and Type Method Description EventSupport
NodeEventTarget. getEventSupport()
Returns the event support instance for this node, or null if any.Methods in org.apache.batik.dom.events with parameters of type EventSupport Modifier and Type Method Description void
EventSupport. moveEventListeners(EventSupport other)
Moves all of the event listeners from this EventSupport object to the given EventSupport object.
-