|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.util.EnumItem
com.jniwrapper.win32.ie.ReadyState
public class ReadyState
This class represent the enumeration of all avaliable statuses of the WebBrowser
. Contains values that indicate what state a WebBrowser Control is in.
Field Summary | |
---|---|
static ReadyState |
READYSTATE_COMPLETE
Object has received all of its data. |
static ReadyState |
READYSTATE_INTERACTIVE
Object is interactive, but not all of its data is available. |
static ReadyState |
READYSTATE_LOADED
Object has been initialized. |
static ReadyState |
READYSTATE_LOADING
Object is currently loading its properties. |
static ReadyState |
READYSTATE_UNINITIALIZED
Default initialization state. |
Method Summary | |
---|---|
static ReadyState |
fromInt(int code)
Returns an object that represents WebBrowser Control's state accoring to the specified status code. |
java.lang.String |
toString()
|
Methods inherited from class com.jniwrapper.util.EnumItem |
---|
equals, getLongValue, getValue, hashCode, isOneOf |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ReadyState READYSTATE_UNINITIALIZED
public static final ReadyState READYSTATE_LOADING
public static final ReadyState READYSTATE_LOADED
public static final ReadyState READYSTATE_INTERACTIVE
public static final ReadyState READYSTATE_COMPLETE
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static ReadyState fromInt(int code)
code
- the specified status code.
ReadyState
object that represents current WebBrowser
Control state or null
if there's no appropriate
enum item value for the specified code.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |