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 |
Modifier and Type | Method and Description |
---|---|
boolean |
XBLEventSupport.dispatchEvent(NodeEventTarget target,
Event evt)
This method allows the dispatch of events into the
implementations event model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractNode.dispatchEvent(Event evt)
DOM: Implements
EventTarget.dispatchEvent(Event) . |
Modifier and Type | Method and Description |
---|---|
protected EventException |
EventSupport.createEventException(short code,
String key,
Object[] args)
Creates an EventException.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NodeEventTarget.dispatchEvent(Event evt)
This method allows the dispatch of events into the implementation's
event model.
|
boolean |
EventSupport.dispatchEvent(NodeEventTarget target,
Event evt)
This method allows the dispatch of events into the
implementations event model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventTarget.dispatchEvent(Event evt)
This method allows the dispatch of events into the implementation's
event model.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.