Uses of Interface
org.apache.batik.dom.events.NodeEventTarget

Packages that use NodeEventTarget
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. 
 

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).
 



Copyright © 2000–2017 Apache Software Foundation. All rights reserved.