Class Window
- java.lang.Object
-
- org.fife.rsta.ac.js.ecma.api.ecma3.JSGlobal
-
- org.fife.rsta.ac.js.ecma.api.client.Window
-
- All Implemented Interfaces:
WindowFunctions,JSGlobalFunctions,JSObjectFunctions,JS5ObjectFunctions
public abstract class Window extends JSGlobal implements WindowFunctions
-
-
Field Summary
Fields Modifier and Type Field Description JSBooleanclosedProperty closedprotected JSFunctionconstructorproperty constructorWindowcontentProperty contentJSStringdefaultStatusProperty defaultStatusBarPropdirectoriesProperty directoriesJSHTMLDocumentdocumentProperty documentJSStringframeElementProperty frameElementJSArrayframesProperty framesJSStringfullScreenProperty fullScreenHistoryhistoryProperty historyJSNumberinnerHeightProperty innerHeightJSNumberinnerWidthProperty innerWidthJSNumberlengthProperty lengthLocationlocationProperty locationBarProplocationbarProperty locationbarBarPropmenubarProperty menubarJSStringnameProperty nameNavigatornavigatorProperty navigatorWindowopenerProperty openerJSNumberouterHeightProperty outerHeightJSNumberouterWidthProperty outerWidthJSNumberpageXOffsetProperty pageXOffsetJSNumberpageYOffsetProperty pageYOffsetWindowparentProperty parentBarProppersonalbarProperty personalbarWindowprototypeproperty prototypeScreenscreenProperty screenJSNumberscreenLeftProperty screenLeftJSNumberscreenTopProperty screenTopJSNumberscreenXProperty screenXJSNumberscreenYProperty screenYBarPropscrollbarsProperty scrollbarsJSNumberscrollMaxXProperty scrollMaxXJSNumberscrollMaxYProperty scrollMaxYJSNumberscrollXProperty scrollXJSNumberscrollYProperty scrollYJSStringsessionStorageProperty sessionStorageJSStringstatusProperty statusBarPropstatusbarProperty statusbarBarProptoolbarProperty toolbarWindowtopProperty topWindowwindowProperty window
-
Constructor Summary
Constructors Constructor Description Window()Object Window()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSGlobalFunctions
decodeURI, decodeURIComponent, encodeURI, encodeURIComponent, escape, eval, isFinite, isNaN, parseFloat, parseInt, unescape
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.client.funtions.WindowFunctions
alert, atob, back, blur, btoa, captureEvents, clearInterval, clearTimeout, close, confirm, disableExternalCapture, enableExternalCapture, find, focus, forward, getComputedStyle, home, moveBy, moveTo, open, print, prompt, releaseEvents, resizeBy, resizeTo, routeEvent, scroll, scrollBy, scrollTo, setInterval, setResizable, setTimeout, stop
-
-
-
-
Field Detail
-
constructor
protected JSFunction constructor
property constructor- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Function
-
prototype
public Window prototype
property prototype- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
- See Also:
Object
-
closed
public JSBoolean closed
Property closed
-
window
public Window window
Property window
-
frames
public JSArray frames
Property frames
-
defaultStatus
public JSString defaultStatus
Property defaultStatus
-
document
public JSHTMLDocument document
Property document
-
history
public History history
Property history
-
location
public Location location
Property location
-
name
public JSString name
Property name
-
navigator
public Navigator navigator
Property navigator
-
opener
public Window opener
Property opener
-
outerWidth
public JSNumber outerWidth
Property outerWidth
-
outerHeight
public JSNumber outerHeight
Property outerHeight
-
pageXOffset
public JSNumber pageXOffset
Property pageXOffset
-
pageYOffset
public JSNumber pageYOffset
Property pageYOffset
-
parent
public Window parent
Property parent
-
screen
public Screen screen
Property screen
-
status
public JSString status
Property status
-
top
public Window top
Property top
-
innerWidth
public JSNumber innerWidth
Property innerWidth
-
innerHeight
public JSNumber innerHeight
Property innerHeight
-
screenX
public JSNumber screenX
Property screenX
-
screenY
public JSNumber screenY
Property screenY
-
screenLeft
public JSNumber screenLeft
Property screenLeft
-
screenTop
public JSNumber screenTop
Property screenTop
-
length
public JSNumber length
Property length
-
scrollbars
public BarProp scrollbars
Property scrollbars
-
scrollX
public JSNumber scrollX
Property scrollX
-
scrollY
public JSNumber scrollY
Property scrollY
-
content
public Window content
Property content
-
menubar
public BarProp menubar
Property menubar
-
toolbar
public BarProp toolbar
Property toolbar
-
locationbar
public BarProp locationbar
Property locationbar
-
personalbar
public BarProp personalbar
Property personalbar
-
statusbar
public BarProp statusbar
Property statusbar
-
directories
public BarProp directories
Property directories
-
scrollMaxX
public JSNumber scrollMaxX
Property scrollMaxX
-
scrollMaxY
public JSNumber scrollMaxY
Property scrollMaxY
-
fullScreen
public JSString fullScreen
Property fullScreen
-
frameElement
public JSString frameElement
Property frameElement
-
sessionStorage
public JSString sessionStorage
Property sessionStorage
-
-