|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DesktopWindowManagerCommand>
com.opera.core.systems.scope.DesktopWindowManagerCommand
public enum DesktopWindowManagerCommand
This enum maps the commands for the Window Manager 2.0.
| Method Summary | |
|---|---|
static DesktopWindowManagerCommand |
get(int code)
|
int |
getCommandID()
Get command id to execute on host, service definitions are available on Scope Interface |
String |
getServiceName()
Associates a command id with a service name |
static DesktopWindowManagerCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DesktopWindowManagerCommand[] |
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 DesktopWindowManagerCommand GET_ACTIVE_WINDOW
public static final DesktopWindowManagerCommand LIST_WINDOWS
public static final DesktopWindowManagerCommand LIST_QUICK_WIDGETS
public static final DesktopWindowManagerCommand GET_QUICK_WIDGET
public static final DesktopWindowManagerCommand WINDOW_SHOWN
public static final DesktopWindowManagerCommand WINDOW_UPDATED
public static final DesktopWindowManagerCommand WINDOW_CLOSED
public static final DesktopWindowManagerCommand WINDOW_ACTIVATED
public static final DesktopWindowManagerCommand WINDOW_LOADED
public static final DesktopWindowManagerCommand LIST_QUICK_MENUS
public static final DesktopWindowManagerCommand MENU_SHOWN
public static final DesktopWindowManagerCommand MENU_CLOSED
public static final DesktopWindowManagerCommand PRESS_QUICK_MENU
public static final DesktopWindowManagerCommand MENU_PRESSED
public static final DesktopWindowManagerCommand DEFAULT
| Method Detail |
|---|
public static DesktopWindowManagerCommand[] values()
for (DesktopWindowManagerCommand c : DesktopWindowManagerCommand.values()) System.out.println(c);
public static DesktopWindowManagerCommand 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 int getCommandID()
ICommand
getCommandID in interface ICommandpublic String getServiceName()
ICommand
getServiceName in interface ICommandpublic static DesktopWindowManagerCommand get(int code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||