|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OperaIntervals>
com.opera.core.systems.scope.internal.OperaIntervals
public enum OperaIntervals
Enumerator for delay values in milliseconds.
| Enum Constant Summary | |
|---|---|
BACKWARDS_COMPATIBLE
|
|
DEFAULT_RESPONSE_TIMEOUT
|
|
EXEC_SLEEP
|
|
HANDSHAKE_TIMEOUT
|
|
KILL_GRACE_TIMEOUT
|
|
LAUNCHER_TIMEOUT
After starting the launcher we need to wait for the launcher to connect to our listener. |
|
MENU_EVENT_TIMEOUT
|
|
MULTIPLE_CLICK_SLEEP
When clicking several times in a row (e.g. |
|
OPERA_IDLE_TIMEOUT
|
|
PAGE_LOAD_TIMEOUT
|
|
POLL_INTERVAL
|
|
PROCESS_START_SLEEP
If programs such as the launcher exits immediately with an improper exit value (> 0) we can assume something went wrong during initialization. |
|
QUIT_POLL_INTERVAL
|
|
QUIT_RESPONSE_TIMEOUT
|
|
RESPONSE_TIMEOUT
|
|
SCRIPT_RETRY
|
|
SCRIPT_RETRY_INTERVAL
|
|
SCRIPT_TIMEOUT
|
|
SERVER_PORT
|
|
WAIT_FOR_ELEMENT
|
|
WINDOW_EVENT_TIMEOUT
|
|
| Method Summary | |
|---|---|
long |
getValue()
|
void |
setValue(long value)
|
static OperaIntervals |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperaIntervals[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OperaIntervals RESPONSE_TIMEOUT
public static final OperaIntervals PAGE_LOAD_TIMEOUT
public static final OperaIntervals WINDOW_EVENT_TIMEOUT
public static final OperaIntervals OPERA_IDLE_TIMEOUT
public static final OperaIntervals POLL_INTERVAL
public static final OperaIntervals SCRIPT_RETRY
public static final OperaIntervals SCRIPT_RETRY_INTERVAL
public static final OperaIntervals EXEC_SLEEP
public static final OperaIntervals HANDSHAKE_TIMEOUT
public static final OperaIntervals SERVER_PORT
public static final OperaIntervals KILL_GRACE_TIMEOUT
public static final OperaIntervals BACKWARDS_COMPATIBLE
public static final OperaIntervals DEFAULT_RESPONSE_TIMEOUT
public static final OperaIntervals WAIT_FOR_ELEMENT
public static final OperaIntervals QUIT_POLL_INTERVAL
public static final OperaIntervals QUIT_RESPONSE_TIMEOUT
public static final OperaIntervals SCRIPT_TIMEOUT
public static final OperaIntervals LAUNCHER_TIMEOUT
public static final OperaIntervals PROCESS_START_SLEEP
public static final OperaIntervals MENU_EVENT_TIMEOUT
public static final OperaIntervals MULTIPLE_CLICK_SLEEP
| Method Detail |
|---|
public static OperaIntervals[] values()
for (OperaIntervals c : OperaIntervals.values()) System.out.println(c);
public static OperaIntervals valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic void setValue(long value)
public long getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||