Uses of Class
textbender.o.rhinohide.core.RhiElement

Packages that use RhiElement
textbender.o.rhinohide.core   
textbender.o.rhinohide.html   
 

Uses of RhiElement in textbender.o.rhinohide.core
 

Methods in textbender.o.rhinohide.core that return RhiElement
static RhiElement RhiElement.wrapElement(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiElement.
(package private) static RhiElement RhiElement.wrapElement(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
 

Uses of RhiElement in textbender.o.rhinohide.html
 

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