|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadyState | |
---|---|
com.jniwrapper.win32.ie | Contains the basic classes and interfaces. |
Uses of ReadyState in com.jniwrapper.win32.ie |
---|
Fields in com.jniwrapper.win32.ie declared as ReadyState | |
---|---|
static ReadyState |
ReadyState.READYSTATE_COMPLETE
Object has received all of its data. |
static ReadyState |
ReadyState.READYSTATE_INTERACTIVE
Object is interactive, but not all of its data is available. |
static ReadyState |
ReadyState.READYSTATE_LOADED
Object has been initialized. |
static ReadyState |
ReadyState.READYSTATE_LOADING
Object is currently loading its properties. |
static ReadyState |
ReadyState.READYSTATE_UNINITIALIZED
Default initialization state. |
Methods in com.jniwrapper.win32.ie that return ReadyState | |
---|---|
static ReadyState |
ReadyState.fromInt(int code)
Returns an object that represents WebBrowser Control's state accoring to the specified status code. |
ReadyState |
WebBrowser.getReadyState()
Returns the current ReadyState of the WebBrowser Control. |
ReadyState |
IEAutomation.getReadyState()
Returns the current ReadyState of the browser. |
ReadyState |
HeadlessBrowser.getReadyState()
Returns the current ReadyState of the browser. |
ReadyState |
FrameBrowserSupport.getReadyState()
|
ReadyState |
Browser.getReadyState()
Returns the current ReadyState of the browser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |