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 Details

    • constructor

      protected JSFunction constructor
      property constructor
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • prototype

      public Window prototype
      property prototype
      Since:
      Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
      See Also:
    • 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
    • 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
    • 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
  • Constructor Details

    • Window

      public Window()
      Object Window()