|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRhinohide
RhiEventTarget
RhiWindow
@ThreadSafe public final class RhiWindow
A global 'window' implemented as an overlay of a JavaScript global 'window'. It represents the JavaScript runtime's global object.
Field Summary |
---|
Fields inherited from class Rhinohide |
---|
window |
Constructor Summary | |
---|---|
RhiWindow(netscape.javascript.JSObject jsObject)
|
Method Summary | |
---|---|
static RhiWindow |
createWindow(Applet applet)
Creates a RhiWindow. |
CSSStyleDeclaration |
getComputedStyle(Element elt,
String pseudoElt)
Not yet coded. |
RhiDocument |
getDocument()
|
int |
getScreenX()
|
int |
getScreenY()
|
RhiSelection |
getSelection()
User-selected text (non-standard). |
Rhinohide |
relayFactorySI()
Factory to create event relays on the JavaScript side, for RelaySI. |
Rhinohide |
relayFactorySIP()
Factory to create event relays on the JavaScript side, for RelaySIP. |
void |
release()
|
Methods inherited from class RhiEventTarget |
---|
addEventListener, dispatchEvent, removeEventListener, wrapEventTarget |
Methods inherited from class Rhinohide |
---|
call, callV, checkV, equals, eval, evalV, getMember, getMemberV, hashCode, jsObject, setMember, toJSObject, toString, window |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
RhiWindow(netscape.javascript.JSObject jsObject)
Method Detail |
---|
public static RhiWindow createWindow(Applet applet)
applet
- one of the applets of the document
public RhiSelection getSelection()
public Rhinohide relayFactorySI()
public Rhinohide relayFactorySIP()
public RhiDocument getDocument()
getDocument
in interface AbstractView
public void release()
public CSSStyleDeclaration getComputedStyle(Element elt, String pseudoElt)
getComputedStyle
in interface ViewCSS
UnsupportedOperationException
public int getScreenX()
public int getScreenY()
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |