Uses of Class
textbender.o.rhinohide.RhiWindow

Packages that use RhiWindow
textbender.a.b.rhinohideDemo._   
textbender.a.r.page   
textbender.a.r.page.navdo   
textbender.o.rhinohide   
textbender.o.rhinohide.core   
textbender.o.rhinohide.events   
textbender.o.rhinohide.html   
textbender.o.rhinohide.ranges   
textbender.o.rhinohide.traversal   
 

Uses of RhiWindow in textbender.a.b.rhinohideDemo._
 

Methods in textbender.a.b.rhinohideDemo._ that return RhiWindow
static RhiWindow Core_1_Test.window()
          Shared window for all tests.
static RhiWindow Core_1i_Test.window()
          Shared window for all tests.
 

Uses of RhiWindow in textbender.a.r.page
 

Methods in textbender.a.r.page that return RhiWindow
 RhiWindow PageVisit.window()
          Browser window visiting the page.
 

Methods in textbender.a.r.page with parameters of type RhiWindow
(package private) static File BootApplet.resolveFile(RhiWindow window)
          Resolves the source of the page as a local file, per file().
 

Constructors in textbender.a.r.page with parameters of type RhiWindow
PageVisit(RhiWindow _w, File _f, VersionedFile _fV, ToolbarApplet _a)
          Waits for page to become ready, and creates a PageVisit.
 

Uses of RhiWindow in textbender.a.r.page.navdo
 

Methods in textbender.a.r.page.navdo with parameters of type RhiWindow
 boolean VersionedFile.initRedirect(RhiWindow window)
          If this is a new series, initializes it and redirects the browser to the first versioned file.
 

Uses of RhiWindow in textbender.o.rhinohide
 

Fields in textbender.o.rhinohide declared as RhiWindow
protected  RhiWindow Rhinohide.window
           
 

Methods in textbender.o.rhinohide that return RhiWindow
static RhiWindow RhiWindow.createWindow(Applet applet)
          Creates a RhiWindow.
 RhiWindow Rhinohide.window()
          The global object.
 

Constructors in textbender.o.rhinohide with parameters of type RhiWindow
Rhinohide(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a Rhinohide.
 

Uses of RhiWindow in textbender.o.rhinohide.core
 

Methods in textbender.o.rhinohide.core with parameters of type RhiWindow
static RhiAttr RhiAttr.wrapAttr(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiAttr.
(package private) static RhiAttr RhiAttr.wrapAttr(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
(package private) static RhiAttr RhiAttr.wrapAttr(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck, boolean allowEmptyValue)
           
static RhiCDATASection RhiCDATASection.wrapCDATASection(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiCDATASection.
(package private) static RhiCDATASection RhiCDATASection.wrapCDATASection(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiComment RhiComment.wrapComment(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiComment.
(package private) static RhiComment RhiComment.wrapComment(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiDocument RhiDocument.wrapDocument(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiDocument.
(package private) static RhiDocument RhiDocument.wrapDocument(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiDocumentFragment RhiDocumentFragment.wrapDocumentFragment(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiDocumentFragment.
(package private) static RhiDocumentFragment RhiDocumentFragment.wrapDocumentFragment(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiDocumentType RhiDocumentType.wrapDocumentType(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiDocumentType.
(package private) static RhiDocumentType RhiDocumentType.wrapDocumentType(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiDOMImplementation RhiDOMImplementation.wrapDOMImplementation(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiDOMImplementation.
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)
           
static RhiEntity RhiEntity.wrapEntity(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiEntity.
(package private) static RhiEntity RhiEntity.wrapEntity(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiEntityReference RhiEntityReference.wrapEntityReference(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiEntityReference.
(package private) static RhiEntityReference RhiEntityReference.wrapEntityReference(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiNamedNodeMap RhiNamedNodeMap.wrapNamedNodeMap(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiNamedNodeMap.
static RhiNode RhiNode.wrapNode(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiNode.
static RhiNode RhiNode.wrapNode(RhiWindow window, netscape.javascript.JSObject jsObject, short nodeType)
          Creates a RhiNode of a specified node type.
static RhiNodeList RhiNodeList.wrapNodeList(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiNodeList.
static RhiNotation RhiNotation.wrapNotation(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiNotation.
(package private) static RhiNotation RhiNotation.wrapNotation(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiProcessingInstruction RhiProcessingInstruction.wrapProcessingInstruction(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiProcessingInstruction.
(package private) static RhiProcessingInstruction RhiProcessingInstruction.wrapProcessingInstruction(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiText RhiText.wrapText(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiText.
(package private) static RhiText RhiText.wrapText(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
 

Constructors in textbender.o.rhinohide.core with parameters of type RhiWindow
RhiCharacterData(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiDocument(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiElement(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiNode(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiText(RhiWindow window, netscape.javascript.JSObject jsObject)
           
 

Uses of RhiWindow in textbender.o.rhinohide.events
 

Methods in textbender.o.rhinohide.events with parameters of type RhiWindow
(package private)  netscape.javascript.JSObject RelaySI.createJSORelay_orNull(RhiWindow window)
           
(package private)  netscape.javascript.JSObject RelaySIP.createJSORelay_orNull(RhiWindow window)
           
static RhiEvent RhiEvent.wrapEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
          Creates a RhiEvent.
static RhiEvent RhiEvent.wrapEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync, String type)
          Creates a RhiEvent of a specified event type.
static RhiEventTarget RhiEventTarget.wrapEventTarget(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiEventTarget.
static RhiKeyEvent RhiKeyEvent.wrapKeyEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
          Creates a RhiKeyEvent.
static RhiMouseEvent RhiMouseEvent.wrapMouseEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
          Creates a RhiMouseEvent.
static RhiUIEvent RhiUIEvent.wrapUIEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
          Creates a RhiUIEvent.
 

Constructors in textbender.o.rhinohide.events with parameters of type RhiWindow
RhiEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
           
RhiEventTarget(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiKeyEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
           
RhiMouseEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
           
RhiUIEvent(RhiWindow window, netscape.javascript.JSObject jsObject, boolean isAsync)
           
 

Uses of RhiWindow in textbender.o.rhinohide.html
 

Methods in textbender.o.rhinohide.html with parameters of type RhiWindow
static RhiHTMLDocument RhiHTMLDocument.wrapHTMLDocument(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiHTMLDocument.
static RhiHTMLDocument RhiHTMLDocument.wrapHTMLDocument(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
static RhiHTMLElement RhiHTMLElement.wrapHTMLElement(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiHTMLElement.
static RhiHTMLElement RhiHTMLElement.wrapHTMLElement(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
           
 

Constructors in textbender.o.rhinohide.html with parameters of type RhiWindow
RhiHTMLDocument(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiHTMLElement(RhiWindow window, netscape.javascript.JSObject jsObject)
           
 

Uses of RhiWindow in textbender.o.rhinohide.ranges
 

Methods in textbender.o.rhinohide.ranges with parameters of type RhiWindow
static RhiRange RhiRange.wrapRange(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiRange.
static RhiSelection RhiSelection.wrapSelection(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiSelection.
 

Constructors in textbender.o.rhinohide.ranges with parameters of type RhiWindow
RhiRange(RhiWindow window, netscape.javascript.JSObject jsObject)
           
RhiSelection(RhiWindow window, netscape.javascript.JSObject jsObject)
           
 

Uses of RhiWindow in textbender.o.rhinohide.traversal
 

Methods in textbender.o.rhinohide.traversal with parameters of type RhiWindow
static RhiTreeWalker RhiTreeWalker.wrapTreeWalker(RhiWindow window, netscape.javascript.JSObject jsObject)
          Creates a RhiTreeWalker.
 

Constructors in textbender.o.rhinohide.traversal with parameters of type RhiWindow
RhiTreeWalker(RhiWindow window, netscape.javascript.JSObject jsObject)