| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
XBLEventSupport |
An EventSupport class that handles XBL-specific event processing.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventSupport |
SVG12DOMImplementation.createEventSupport(AbstractNode n) |
Creates an EventSupport object for the given node.
|
| 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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected EventSupport |
AbstractNode.eventSupport |
The event support.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
EventSupport |
NodeEventTarget.getEventSupport() |
Returns the event support instance for this node, or null if any.
|
| 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.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.