Uses of Class
org.w3c.dom.events.EventException
-
Packages that use EventException 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.org.w3c.dom.events -
-
Uses of EventException in org.apache.batik.anim.dom
Methods in org.apache.batik.anim.dom that throw EventException Modifier and Type Method Description booleanXBLEventSupport. dispatchEvent(NodeEventTarget target, Event evt)This method allows the dispatch of events into the implementations event model. -
Uses of EventException in org.apache.batik.dom
Methods in org.apache.batik.dom that throw EventException Modifier and Type Method Description booleanAbstractNode. dispatchEvent(Event evt)DOM: ImplementsEventTarget.dispatchEvent(Event). -
Uses of EventException in org.apache.batik.dom.events
Methods in org.apache.batik.dom.events that return EventException Modifier and Type Method Description protected EventExceptionEventSupport. createEventException(short code, java.lang.String key, java.lang.Object[] args)Creates an EventException.Methods in org.apache.batik.dom.events that throw EventException Modifier and Type Method Description booleanEventSupport. dispatchEvent(NodeEventTarget target, Event evt)This method allows the dispatch of events into the implementations event model.booleanNodeEventTarget. dispatchEvent(Event evt)This method allows the dispatch of events into the implementation's event model. -
Uses of EventException in org.w3c.dom.events
Methods in org.w3c.dom.events that throw EventException Modifier and Type Method Description booleanEventTarget. dispatchEvent(Event evt)This method allows the dispatch of events into the implementation's event model.
-