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 classXBLEventSupportAn EventSupport class that handles XBL-specific event processing.Methods in org.apache.batik.anim.dom that return EventSupport Modifier and Type Method Description EventSupportSVG12DOMImplementation. 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 voidXBLEventSupport. 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 EventSupportAbstractNode. eventSupportThe event support.Methods in org.apache.batik.dom that return EventSupport Modifier and Type Method Description EventSupportAbstractDOMImplementation. createEventSupport(AbstractNode n)Creates an EventSupport object for a given node.EventSupportAbstractNode. getEventSupport()Returns the event support instance for this node, or null if any.EventSupportAbstractNode. 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 EventSupportNodeEventTarget. 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 voidEventSupport. moveEventListeners(EventSupport other)Moves all of the event listeners from this EventSupport object to the given EventSupport object.
-