Uses of Class
textbender.o.rhinohide.events.RhiEventTarget

Packages that use RhiEventTarget
textbender.o.rhinohide   
textbender.o.rhinohide.core   
textbender.o.rhinohide.events   
textbender.o.rhinohide.html   
 

Uses of RhiEventTarget in textbender.o.rhinohide
 

Subclasses of RhiEventTarget in textbender.o.rhinohide
 class RhiWindow
          A global 'window' implemented as an overlay of a JavaScript global 'window'.
 

Uses of RhiEventTarget in textbender.o.rhinohide.core
 

Subclasses of RhiEventTarget in textbender.o.rhinohide.core
(package private)  class RhiAttr
          An attribute node implemented as an overlay of a JavaScript attribute node.
(package private)  class RhiCDATASection
          A CDATA section implemented as an overlay of a JavaScript CDATA section.
(package private)  class RhiCharacterData
          A character node implemented as an overlay of a JavaScript character node.
(package private)  class RhiComment
          A comment node implemented as an overlay of a JavaScript comment node.
 class RhiDocument
          A document implemented as an overlay of a JavaScript document.
(package private)  class RhiDocumentFragment
          A document fragment implemented as an overlay of a JavaScript document fragment.
 class RhiDocumentType
          A document type node implemented as an overlay of a JavaScript document type node.
 class RhiElement
          An element implemented as an overlay of a JavaScript element.
(package private)  class RhiEntity
          An entity node implemented as an overlay of a JavaScript entity node.
(package private)  class RhiEntityReference
          An entity reference implemented as an overlay of a JavaScript entity reference.
 class RhiNode
          A node implemented as an overlay of a JavaScript node.
(package private)  class RhiNotation
          A notation node implemented as an overlay of a JavaScript notation node.
(package private)  class RhiProcessingInstruction
          A processing instruction implemented as an overlay of a JavaScript processing instruction.
(package private)  class RhiText
          A text node implemented as an overlay of a JavaScript text node.
 

Uses of RhiEventTarget in textbender.o.rhinohide.events
 

Methods in textbender.o.rhinohide.events that return RhiEventTarget
static RhiEventTarget RhiEventTarget.wrapEventTarget(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiEventTarget.
 

Methods in textbender.o.rhinohide.events with parameters of type RhiEventTarget
(package private)  void RelaySI.addTo(RhiEventTarget target, String type, boolean useCapture)
          Adds a JavaScript relay to the specified target, as a listener.
(package private)  void RelayS.addTo(RhiEventTarget target, String type, boolean useCapture)
          Adds this relay directly to the specified target, as a listener.
(package private) abstract  void Relay.addTo(RhiEventTarget target, String type, boolean useCapture)
          Adds this relay to the specified target.
(package private)  void RelaySI.removeFrom(RhiEventTarget target, String type, boolean useCapture)
           
(package private)  void RelayS.removeFrom(RhiEventTarget target, String type, boolean useCapture)
           
(package private) abstract  void Relay.removeFrom(RhiEventTarget target, String type, boolean useCapture)
          Removes this relay from the specified target.
 

Uses of RhiEventTarget in textbender.o.rhinohide.html
 

Subclasses of RhiEventTarget in textbender.o.rhinohide.html
 class RhiHTMLDocument
          An HTML document implemented as an overlay of a JavaScript HTML document.
 class RhiHTMLElement
          An HTML element implemented as an overlay of a JavaScript HTML element.