|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NodeEventTarget | |
---|---|
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.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.dom.svg | |
org.apache.batik.dom.svg12 | |
org.apache.batik.extension | This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). |
org.apache.batik.extension.svg |
Uses of NodeEventTarget in org.apache.batik.bridge |
---|
Fields in org.apache.batik.bridge declared as NodeEventTarget | |
---|---|
protected NodeEventTarget |
SVGUseElementBridge.ReferencedElementMutationListener.target
|
Methods in org.apache.batik.bridge that return NodeEventTarget | |
---|---|
NodeEventTarget |
BridgeContext.EventListenerMememto.getTarget()
|
Methods in org.apache.batik.bridge with parameters of type NodeEventTarget | |
---|---|
protected void |
SVGTextElementBridge.addTextEventListeners(BridgeContext ctx,
NodeEventTarget e)
Adds the DOM listeners for this text bridge. |
protected void |
SVGTextElementBridge.removeTextEventListeners(BridgeContext ctx,
NodeEventTarget e)
Removes the DOM listeners for this text bridge. |
Uses of NodeEventTarget in org.apache.batik.bridge.svg12 |
---|
Methods in org.apache.batik.bridge.svg12 with parameters of type NodeEventTarget | |
---|---|
protected void |
SVG12TextElementBridge.addTextEventListeners(BridgeContext ctx,
NodeEventTarget e)
Adds the DOM listeners for this text bridge. |
protected void |
SVG12TextElementBridge.removeTextEventListeners(BridgeContext ctx,
NodeEventTarget e)
Removes the DOM listeners for this text bridge. |
Uses of NodeEventTarget in org.apache.batik.dom |
---|
Subinterfaces of NodeEventTarget in org.apache.batik.dom | |
---|---|
interface |
ExtendedNode
This interface provides an access to the non DOM methods implemented by all the nodes in this implementation. |
Classes in org.apache.batik.dom that implement NodeEventTarget | |
---|---|
class |
AbstractAttr
This class implements the Attr interface. |
class |
AbstractAttrNS
This class implements the Attr interface with
support for namespaces. |
class |
AbstractCharacterData
This class implements the CharacterData interface. |
class |
AbstractChildNode
This class implements the Node interface with support
for parent and siblings. |
class |
AbstractComment
This class implements the Comment interface. |
class |
AbstractDocument
This class implements the Document interface. |
class |
AbstractDocumentFragment
This class implements DocumentFragment interface. |
class |
AbstractElement
This class implements the Element interface. |
class |
AbstractElementNS
This class implements the Element interface. |
class |
AbstractEntity
This class implements the Entity interface. |
class |
AbstractEntityReference
This class implements the EntityReference interface. |
class |
AbstractNode
This class implements the Node interface. |
class |
AbstractNotation
This class implements the Notation interface. |
class |
AbstractParentChildNode
This class implements the Node interface with support
for children, parent and siblings. |
class |
AbstractParentNode
This class implements the Node interface with support for children. |
class |
AbstractProcessingInstruction
This class implements the ProcessingInstruction
interface. |
class |
AbstractStylableDocument
A Document that supports CSS styling. |
class |
AbstractText
This class implements the Text interface. |
class |
GenericAttr
This class implements the Attr interface. |
class |
GenericAttrNS
This class implements the Attr interface with
support for namespaces. |
class |
GenericCDATASection
This class implements the CDATASection interface. |
class |
GenericComment
This class implements the Comment interface. |
class |
GenericDocument
This class implements the Document ,
DocumentEvent . |
class |
GenericDocumentFragment
This class implements DocumentFragment interface. |
class |
GenericDocumentType
This class implements the DocumentType interface. |
class |
GenericElement
This class implements the Element interface. |
class |
GenericElementNS
This class implements the Element interface. |
class |
GenericEntity
This class implements the Entity interface. |
class |
GenericEntityReference
This class implements the EntityReference interface. |
class |
GenericNotation
This class implements the Notation interface. |
class |
GenericProcessingInstruction
This class implements the ProcessingInstruction interface. |
class |
GenericText
This class provides a generic implementation of the Text
interface. |
class |
StyleSheetProcessingInstruction
This class provides an implementation of the 'xml-stylesheet' processing instructions. |
Methods in org.apache.batik.dom that return NodeEventTarget | |
---|---|
NodeEventTarget |
AbstractNode.getParentNodeEventTarget()
Implements getParentNodeEventTarget() . |
Uses of NodeEventTarget in org.apache.batik.dom.events |
---|
Methods in org.apache.batik.dom.events that return NodeEventTarget | |
---|---|
protected NodeEventTarget[] |
EventSupport.getAncestors(NodeEventTarget node)
Returns all ancestors of the specified node. |
NodeEventTarget |
NodeEventTarget.getParentNodeEventTarget()
Returns the parent node event target. |
Methods in org.apache.batik.dom.events with parameters of type NodeEventTarget | |
---|---|
boolean |
EventSupport.dispatchEvent(NodeEventTarget target,
Event evt)
This method allows the dispatch of events into the implementations event model. |
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture,
HashSet stoppedGroups,
HashSet toBeStoppedGroups)
Fires the registered listeners on the given event target. |
protected void |
EventSupport.fireEventListeners(NodeEventTarget node,
AbstractEvent e,
EventListenerList.Entry[] listeners,
HashSet stoppedGroups,
HashSet toBeStoppedGroups)
Fires the given listeners on the given event target. |
protected NodeEventTarget[] |
EventSupport.getAncestors(NodeEventTarget node)
Returns all ancestors of the specified node. |
protected void |
EventSupport.setCurrentTarget(AbstractEvent e,
NodeEventTarget target)
Calls AbstractEvent.setCurrentTarget(org.w3c.dom.events.EventTarget) . |
protected void |
EventSupport.setTarget(AbstractEvent e,
NodeEventTarget target)
Calls AbstractEvent.setTarget(org.w3c.dom.events.EventTarget) . |
Uses of NodeEventTarget in org.apache.batik.dom.svg |
---|
Methods in org.apache.batik.dom.svg that return NodeEventTarget | |
---|---|
NodeEventTarget |
SVGOMUseShadowRoot.getParentNodeEventTarget()
Implements getParentNodeEventTarget() . |
Uses of NodeEventTarget in org.apache.batik.dom.svg12 |
---|
Classes in org.apache.batik.dom.svg12 that implement NodeEventTarget | |
---|---|
class |
BindableElement
This class implements foreign namespace elements that can be bound with XBL. |
class |
SVG12OMDocument
This class implements SVGDocument and provides support for
SVG 1.2 specifics. |
class |
SVGOMFlowDivElement
This class implements the flowDiv element from SVG 1.2 |
class |
SVGOMFlowLineElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowParaElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRegionExcludeElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowRootElement
This class implements a regular polygon extension to SVG |
class |
SVGOMFlowSpanElement
This class implements a regular polygon extension to SVG |
class |
SVGOMHandlerElement
This class implements SVGHandlerElement. |
class |
SVGOMMultiImageElement
This class implements a multiImage extension to SVG. |
class |
SVGOMSolidColorElement
This class implements a regular polygon extension to SVG |
class |
SVGOMSubImageElement
This class implements a multiImage extension to SVG. |
class |
SVGOMSubImageRefElement
This class implements a multiImage extension to SVG. |
class |
XBLOMContentElement
This class implements the xbl:content element. |
class |
XBLOMDefinitionElement
This class implements the xbl:definition element. |
class |
XBLOMElement
Base class for all XBL elements to inherit from. |
class |
XBLOMHandlerGroupElement
This class implements the xbl:handlerGroup element. |
class |
XBLOMImportElement
This class implements the xbl:import element. |
class |
XBLOMShadowTreeElement
This class implements the xbl:shadowTree element. |
class |
XBLOMTemplateElement
This class implements the xbl:template element. |
class |
XBLOMXBLElement
This class implements the xbl:xbl element. |
Methods in org.apache.batik.dom.svg12 with parameters of type NodeEventTarget | |
---|---|
boolean |
XBLEventSupport.dispatchEvent(NodeEventTarget target,
Event evt)
This method allows the dispatch of events into the implementations event model. |
protected void |
XBLEventSupport.fireHandlerGroupEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture,
HashSet stoppedGroups,
HashSet toBeStoppedGroups)
Fires the event handlers registered on an XBL 'handlerGroup' element. |
protected void |
XBLEventSupport.fireImplementationEventListeners(NodeEventTarget node,
AbstractEvent e,
boolean useCapture)
Fires the registered implementation listeners on the given event target. |
protected AbstractEvent[] |
XBLEventSupport.getRetargettedEvents(NodeEventTarget target,
NodeEventTarget[] ancestors,
AbstractEvent e)
Returns an array of Event objects to be used for each event target in the event flow. |
protected AbstractEvent[] |
XBLEventSupport.getRetargettedEvents(NodeEventTarget target,
NodeEventTarget[] ancestors,
AbstractEvent e)
Returns an array of Event objects to be used for each event target in the event flow. |
protected AbstractEvent |
XBLEventSupport.retargetEvent(AbstractEvent e,
NodeEventTarget target)
Clones and retargets the given event. |
Uses of NodeEventTarget in org.apache.batik.extension |
---|
Classes in org.apache.batik.extension that implement NodeEventTarget | |
---|---|
class |
ExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument. |
class |
GraphicsExtensionElement
An abstract base class for graphical extension elements. |
class |
PrefixableStylableExtensionElement
This class implements a simple method for handling the node 'prefix'. |
class |
StylableExtensionElement
This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...). |
Uses of NodeEventTarget in org.apache.batik.extension.svg |
---|
Classes in org.apache.batik.extension.svg that implement NodeEventTarget | |
---|---|
class |
BatikHistogramNormalizationElement
This class implements a histogram normalization extension to SVG. |
class |
BatikRegularPolygonElement
This class implements a regular polygon extension to SVG |
class |
BatikStarElement
This class implements a star shape extension to sVG |
class |
ColorSwitchElement
This class implements a "color switch" extension to SVG. |
class |
FlowDivElement
This class implements a regular polygon extension to SVG |
class |
FlowLineElement
This class implements a regular polygon extension to SVG |
class |
FlowParaElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionBreakElement
This class implements a regular polygon extension to SVG |
class |
FlowRegionElement
This class implements a regular polygon extension to SVG |
class |
FlowSpanElement
This class implements a regular polygon extension to SVG |
class |
FlowTextElement
This class implements a regular polygon extension to SVG |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |