Package | Description |
---|---|
org.apache.batik.anim.dom | |
org.apache.batik.anim.timing | |
org.apache.batik.apps.svgbrowser | |
org.apache.batik.bridge |
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
|
org.apache.batik.bridge.svg12 | |
org.apache.batik.css.engine | |
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.apache.batik.swing | |
org.w3c.dom.events |
Modifier and Type | Class and Description |
---|---|
protected class |
SVGOMDocument.DOMAttrModifiedListenerWrapper
DOM attribute modified listener wrapper.
|
protected class |
SVGOMDocument.DOMCharacterDataModifiedListenerWrapper
DOM character data modified listener wrapper.
|
protected class |
SVGOMDocument.DOMNodeInsertedListenerWrapper
DOM node inserted listener wrapper.
|
protected class |
SVGOMDocument.DOMNodeRemovedListenerWrapper
DOM node removed listener wrapper.
|
protected class |
SVGOMDocument.DOMSubtreeModifiedListenerWrapper
DOM subtree modified listener wrapper.
|
protected class |
SVGOMStyleElement.DOMCharacterDataModifiedListener
The DOMCharacterDataModified listener.
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
SVGOMStyleElement.domCharacterDataModifiedListener
The listener used to track the content changes.
|
Modifier and Type | Method and Description |
---|---|
void |
XBLEventSupport.addEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture,
Object group)
Registers an event listener for the given namespaced event type
in the specified group.
|
void |
XBLEventSupport.addImplementationEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
Registers an event listener that will not be stopped by the usual
XBL stopping.
|
void |
XBLEventSupport.removeEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
Deregisters an event listener.
|
void |
XBLEventSupport.removeImplementationEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
Unregisters an implementation event listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AccesskeyTimingSpecifier
A class to handle SMIL access key timing specifiers.
|
class |
EventbaseTimingSpecifier
A class to handle eventbase SMIL timing specifiers.
|
class |
RepeatTimingSpecifier
A class to handle repeat event SMIL timing specifiers.
|
Modifier and Type | Class and Description |
---|---|
protected class |
DOMViewer.Panel.AttributeModificationHandler
Handles "DOMAttrModified" event.
|
protected class |
DOMViewer.Panel.CapturingClickHandler
Handles the capturing "mouseclick" event.
|
protected class |
DOMViewer.Panel.CharDataModificationHandler
Handles "DOMCharacterDataModified" event.
|
protected class |
DOMViewer.Panel.NodeInsertionHandler
Handles "DOMNodeInserted" event.
|
protected class |
DOMViewer.Panel.NodeRemovalHandler
Handles "DOMNodeRemoved" event.
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
DOMViewer.Panel.attrModification
"Attribute modified" DOM Mutation Listener.
|
protected EventListener |
DOMViewer.Panel.capturingListener
Capturing "click" event type listener.
|
protected EventListener |
DOMViewer.Panel.charDataModification
"Character data modified" DOM Mutation Listener.
|
protected EventListener |
DOMViewer.Panel.nodeInsertion
"Node inserted" DOM Mutation Listener.
|
protected EventListener |
DOMViewer.Panel.nodeRemoval
"Node removed" DOM Mutation Listener.
|
Modifier and Type | Class and Description |
---|---|
protected class |
BridgeContext.DOMAttrModifiedEventListener
The DOM EventListener invoked when an attribute is modified.
|
protected class |
BridgeContext.DOMCharacterDataModifiedEventListener
The DOM EventListener invoked when a character data is changed.
|
protected class |
BridgeContext.DOMMouseOutEventListener
The DOM EventListener invoked when the mouse exits an element
|
protected class |
BridgeContext.DOMMouseOverEventListener
The DOM EventListener invoked when the mouse mouves over a new
element.
|
protected class |
BridgeContext.DOMNodeInsertedEventListener
The DOM EventListener invoked when a node is added.
|
protected class |
BridgeContext.DOMNodeRemovedEventListener
The DOM EventListener invoked when a node is removed.
|
protected static class |
BridgeEventSupport.GVTUnloadListener |
protected class |
FocusManager.DOMFocusInTracker
The class that is responsible for tracking 'DOMFocusIn' changes.
|
protected class |
FocusManager.DOMFocusOutTracker
The class that is responsible for tracking 'DOMFocusOut' changes.
|
protected class |
FocusManager.MouseClickTracker
The class that is responsible for tracking 'mouseclick' changes.
|
protected class |
FocusManager.MouseOutTracker
The class that is responsible to update the focus according to
'mouseout' event.
|
protected class |
FocusManager.MouseOverTracker
The class that is responsible to update the focus according to
'mouseover' event.
|
protected class |
ScriptingEnvironment.DOMAttrModifiedListener |
protected class |
ScriptingEnvironment.DOMNodeInsertedListener
The listener class for 'DOMNodeInserted' event.
|
protected class |
ScriptingEnvironment.DOMNodeRemovedListener
The listener class for 'DOMNodeRemoved' event.
|
protected class |
ScriptingEnvironment.ScriptingEventListener
To handle a scripting event.
|
static class |
SVGAElementBridge.AnchorListener
To handle a click on an anchor.
|
static class |
SVGAElementBridge.CursorMouseOutListener
To handle a mouseout on an anchor and set the cursor.
|
static class |
SVGAElementBridge.CursorMouseOverListener
To handle a mouseover on an anchor and set the cursor.
|
protected static class |
SVGImageElementBridge.ForwardEventListener
A simple DOM listener to forward events from the SVG image document to
the original document.
|
protected class |
SVGTextElementBridge.DOMChildNodeRemovedEventListener
The DOM EventListener invoked when a node is removed.
|
protected class |
SVGTextElementBridge.DOMSubtreeModifiedEventListener
The DOM EventListener invoked when the subtree is modified.
|
static class |
SVGUseElementBridge.CursorMouseOverListener
To handle a mouseover on an anchor and set the cursor.
|
protected class |
SVGUseElementBridge.ReferencedElementMutationListener
Used to handle modifications to the referenced content
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
ScriptingEnvironment.activateListener
The activate event listener.
|
protected EventListener |
ScriptingEnvironment.beginListener
The begin event listener.
|
protected EventListener |
ScriptingEnvironment.clickListener
The click event listener.
|
protected EventListener |
BridgeContext.domAttrModifiedEventListener
The DOM EventListener to receive 'DOMAttrModified' event.
|
protected EventListener |
ScriptingEnvironment.domAttrModifiedListener
The DOMAttrModified event listener.
|
protected EventListener |
BridgeContext.domCharacterDataModifiedEventListener
The DOM EventListener to receive 'DOMCharacterDataModified' event.
|
protected EventListener |
FocusManager.domFocusInListener
The EventListener that tracks 'DOMFocusIn' events.
|
protected EventListener |
FocusManager.domFocusOutListener
The EventListener that tracks 'DOMFocusOut' events.
|
protected EventListener |
BridgeContext.domNodeInsertedEventListener
The DOM EventListener to receive 'DOMNodeInserted' event.
|
protected EventListener |
ScriptingEnvironment.domNodeInsertedListener
The DOMNodeInserted event listener.
|
protected EventListener |
BridgeContext.domNodeRemovedEventListener
The DOM EventListener to receive 'DOMNodeRemoved' event.
|
protected EventListener |
ScriptingEnvironment.domNodeRemovedListener
The DOMNodeRemoved event listener.
|
protected EventListener |
ScriptingEnvironment.endListener
The end event listener.
|
protected EventListener |
ScriptingEnvironment.focusinListener
The focusin event listener.
|
protected EventListener |
ScriptingEnvironment.focusoutListener
The focusout event listener.
|
protected EventListener |
ScriptingEnvironment.keydownListener
The keydown event listener.
|
protected EventListener |
ScriptingEnvironment.keypressListener
The keypress event listener.
|
protected EventListener |
ScriptingEnvironment.keyupListener
The keyup event listener.
|
protected EventListener |
SVGImageElementBridge.listener |
protected EventListener[] |
ScriptingEnvironment.listeners |
protected EventListener |
FocusManager.mouseclickListener
The EventListener that tracks 'mouseclick' events.
|
protected EventListener |
ScriptingEnvironment.mousedownListener
The mousedown event listener.
|
protected EventListener |
ScriptingEnvironment.mousemoveListener
The mousemove event listener.
|
protected EventListener |
ScriptingEnvironment.mouseoutListener
The mouseout event listener.
|
protected EventListener |
FocusManager.mouseoutListener
The EventListener that tracks 'mouseout' events.
|
protected EventListener |
ScriptingEnvironment.mouseoverListener
The mouseover event listener.
|
protected EventListener |
FocusManager.mouseoverListener
The EventListener that tracks 'mouseover' events.
|
protected EventListener |
ScriptingEnvironment.mouseupListener
The mouseup event listener.
|
protected EventListener |
ScriptingEnvironment.repeatListener
The repeat event listener.
|
protected EventListener |
ScriptingEnvironment.svgAbortListener
The SVGAbort event listener.
|
protected EventListener |
ScriptingEnvironment.svgErrorListener
The SVGError event listener.
|
protected EventListener |
ScriptingEnvironment.svgResizeListener
The SVGResize event listener.
|
protected EventListener |
ScriptingEnvironment.svgScrollListener
The SVGScroll event listener.
|
protected EventListener |
ScriptingEnvironment.svgUnloadListener
The SVGUnload event listener.
|
protected EventListener |
ScriptingEnvironment.svgZoomListener
The SVGZoom event listener.
|
Modifier and Type | Method and Description |
---|---|
EventListener |
BridgeContext.EventListenerMememto.getListener() |
Modifier and Type | Method and Description |
---|---|
protected static void |
BridgeEventSupport.storeEventListener(BridgeContext ctx,
EventTarget e,
String t,
EventListener l,
boolean c)
Calls storeEventListener on the given BridgeContext.
|
protected void |
BridgeContext.storeEventListener(EventTarget t,
String s,
EventListener l,
boolean b)
Adds to the eventListenerSet the specified event listener
registration.
|
protected static void |
BridgeEventSupport.storeEventListenerNS(BridgeContext ctx,
EventTarget e,
String n,
String t,
EventListener l,
boolean c)
Calls storeEventListenerNS on the given BridgeContext.
|
protected void |
BridgeContext.storeEventListenerNS(EventTarget t,
String n,
String s,
EventListener l,
boolean b)
Adds to the eventListenerSet the specified event listener
registration.
|
Constructor and Description |
---|
EventListenerMememto(EventTarget t,
String s,
EventListener l,
boolean b,
BridgeContext ctx) |
EventListenerMememto(EventTarget t,
String n,
String s,
EventListener l,
boolean b,
BridgeContext ctx) |
Modifier and Type | Class and Description |
---|---|
protected class |
ContentManager.ContentElementDOMAttrModifiedEventListener
The DOM EventListener invoked when an attribute is modified,
for content elements.
|
protected class |
ContentManager.DOMAttrModifiedEventListener
The DOM EventListener invoked when an attribute is modified.
|
protected class |
ContentManager.DOMNodeInsertedEventListener
The DOM EventListener invoked when a node is added.
|
protected class |
ContentManager.DOMNodeRemovedEventListener
The DOM EventListener invoked when a node is removed.
|
protected class |
ContentManager.DOMSubtreeModifiedEventListener
The DOM EventListener invoked when a subtree has changed.
|
protected class |
ContentManager.ShadowTreeNodeInsertedListener
The DOM EventListener invoked when a node in the shadow tree has been
inserted.
|
protected class |
ContentManager.ShadowTreeNodeRemovedListener
The DOM EventListener invoked when a node in the shadow tree has been
removed.
|
protected class |
ContentManager.ShadowTreeSubtreeModifiedListener
The DOM EventListener invoked when a subtree of the shadow tree
has changed.
|
protected class |
DefaultXBLManager.DefAttrListener
DOM attribute mutation listener for definition elements.
|
protected class |
DefaultXBLManager.DefNodeInsertedListener
DOM node inserted listener for definition elements.
|
protected class |
DefaultXBLManager.DefNodeRemovedListener
DOM node removed listener for definition elements.
|
protected class |
DefaultXBLManager.DocInsertedListener
DOM node inserted listener for the document.
|
protected class |
DefaultXBLManager.DocRemovedListener
DOM node removed listener for the document.
|
protected class |
DefaultXBLManager.DocSubtreeListener
DOM subtree mutation listener for the document.
|
protected class |
DefaultXBLManager.ImportAttrListener
DOM attribute mutation listener for import elements.
|
protected class |
DefaultXBLManager.ImportInsertedListener
DOM node inserted listener for imported XBL trees.
|
protected class |
DefaultXBLManager.ImportRemovedListener
DOM node removed listener for imported XBL trees.
|
protected class |
DefaultXBLManager.ImportSubtreeListener
DOM subtree listener for imported XBL trees.
|
protected class |
DefaultXBLManager.RefAttrListener
DOM attribute mutation listener for referencing definition elements.
|
protected class |
DefaultXBLManager.TemplateMutationListener
DOM mutation listener for template elements.
|
protected class |
SVG12BridgeContext.EventListenerWrapper
Wrapper for DOM event listeners so that they will see only
original events (i.e., not retargetted).
|
protected class |
SVG12FocusManager.DOMFocusInTracker
The class that is responsible for tracking 'DOMFocusIn' changes.
|
protected class |
SVG12FocusManager.MouseClickTracker
The class that is responsible for tracking 'mouseclick' changes.
|
protected class |
SVG12FocusManager.MouseOutTracker
The class that is responsible for tracking 'mouseout' changes.
|
protected class |
SVG12FocusManager.MouseOverTracker
The class that is responsible for tracking 'mouseover' changes.
|
protected class |
SVG12ScriptingEnvironment.DOMAttrModifiedListener |
protected class |
SVG12ScriptingEnvironment.DOMNodeInsertedListener
The listener class for 'DOMNodeInserted' event.
|
protected class |
SVG12ScriptingEnvironment.DOMNodeRemovedListener
The listener class for 'DOMNodeRemoved' event.
|
protected class |
SVG12ScriptingEnvironment.HandlerScriptingEventListener
To handle a scripting event with an XML Events style handler.
|
protected class |
SVG12TextElementBridge.DOMChildNodeRemovedEventListener
The DOM EventListener invoked when a node is removed.
|
protected class |
SVG12TextElementBridge.DOMSubtreeModifiedEventListener
The DOM EventListener invoked when the subtree is modified.
|
protected class |
SVGFlowRootElementBridge.RegionChangeListener
svg:shapechange listener for flowRegion elements.
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
SVG12BridgeContext.EventListenerWrapper.listener
The wrapped listener.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SVG12BridgeContext.storeImplementationEventListenerNS(EventTarget t,
String ns,
String s,
EventListener l,
boolean b)
Adds to the eventListenerSet the specified implementation event
listener registration.
|
Constructor and Description |
---|
EventListenerWrapper(EventListener l)
Creates a new EventListenerWrapper.
|
ImplementationEventListenerMememto(EventTarget t,
String s,
EventListener l,
boolean b,
BridgeContext c)
Creates a new ImplementationEventListenerMememto.
|
ImplementationEventListenerMememto(EventTarget t,
String n,
String s,
EventListener l,
boolean b,
BridgeContext c)
Creates a new ImplementationEventListenerMememto.
|
Modifier and Type | Class and Description |
---|---|
protected class |
CSSEngine.DOMAttrModifiedListener
To handle the element attributes modification in the associated
document.
|
protected class |
CSSEngine.DOMCharacterDataModifiedListener
To handle the modification of a CSSStyleSheetNode.
|
protected class |
CSSEngine.DOMNodeInsertedListener
To handle the insertion of a CSSStyleSheetNode in the
associated document.
|
protected class |
CSSEngine.DOMNodeRemovedListener
To handle the removal of a CSSStyleSheetNode from the
associated document.
|
protected class |
CSSEngine.DOMSubtreeModifiedListener
To handle the removal of a CSSStyleSheetNode from the
associated document.
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
CSSEngine.domAttrModifiedListener
The DOMAttrModified event listener.
|
protected EventListener |
CSSEngine.domCharacterDataModifiedListener
The DOMCharacterDataModified event listener.
|
protected EventListener |
CSSEngine.domNodeInsertedListener
The DOMNodeInserted event listener.
|
protected EventListener |
CSSEngine.domNodeRemovedListener
The DOMNodeRemoved event listener.
|
protected EventListener |
CSSEngine.domSubtreeModifiedListener
The DOMSubtreeModified event listener.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNode.addEventListener(String type,
EventListener listener,
boolean useCapture)
DOM: Implements
EventTarget.addEventListener(String,EventListener,boolean) . |
void |
AbstractNode.addEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture,
Object evtGroup)
|
void |
AbstractNode.removeEventListener(String type,
EventListener listener,
boolean useCapture)
DOM: Implements
EventTarget.removeEventListener(String,EventListener,boolean) . |
void |
AbstractNode.removeEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
EventListenerList.Entry.listener
The event listener.
|
Modifier and Type | Method and Description |
---|---|
EventListener |
EventListenerList.Entry.getListener()
Returns the event listener.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSupport.addEventListener(String type,
EventListener listener,
boolean useCapture)
This method allows the registration of event listeners on the
event target.
|
void |
EventSupport.addEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture,
Object group)
Registers an event listener for the given namespaced event type
in the specified group.
|
void |
NodeEventTarget.addEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture,
Object evtGroup)
This method allows the registration of an event listener in a
specified group or the default group and, depending on the
useCapture parameter, on the capture phase of the DOM
event flow or its target and bubbling phases. |
void |
EventListenerList.addListener(String namespaceURI,
Object group,
EventListener listener)
Adds a listener.
|
void |
EventSupport.removeEventListener(String type,
EventListener listener,
boolean useCapture)
This method allows the removal of event listeners from the
event target.
|
void |
EventSupport.removeEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
Deregisters an event listener.
|
void |
NodeEventTarget.removeEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
This method allows the removal of an event listener, independently of
the associated event group.
|
void |
EventListenerList.removeListener(String namespaceURI,
EventListener listener)
Removes a listener.
|
Constructor and Description |
---|
Entry(EventListener listener,
String namespaceURI,
Object group,
EventListenerList.Entry next)
Creates a new Entry object.
|
Modifier and Type | Class and Description |
---|---|
protected class |
JSVGCanvas.ToolTipModifier
Sets a specific tooltip on the JSVGCanvas when a given event occurs.
|
Modifier and Type | Field and Description |
---|---|
protected EventListener |
JSVGCanvas.toolTipListener |
Modifier and Type | Method and Description |
---|---|
void |
EventTarget.addEventListener(String type,
EventListener listener,
boolean useCapture)
This method allows the registration of an event listener in the
default group and, depending on the
useCapture
parameter, on the capture phase of the DOM event flow or its target
and bubbling phases. |
void |
EventTarget.addEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture,
Object evtGroup)
This method allows the registration of an event listener in a
specified group or the default group and, depending on the
useCapture parameter, on the capture phase of the DOM
event flow or its target and bubbling phases. |
void |
EventTarget.removeEventListener(String type,
EventListener listener,
boolean useCapture)
This method allows the removal of event listeners from the default
group.
|
void |
EventTarget.removeEventListenerNS(String namespaceURI,
String type,
EventListener listener,
boolean useCapture)
This method allows the removal of an event listener, independently of
the associated event group.
|
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.