public enum DesktopWindowManagerMessage extends Enum<DesktopWindowManagerMessage> implements Message
| Enum Constant and Description |
|---|
DEFAULT |
GET_ACTIVE_WINDOW |
GET_QUICK_WIDGET |
LIST_QUICK_MENUS |
LIST_QUICK_WIDGETS |
LIST_WINDOWS |
MENU_CLOSED |
MENU_PRESSED |
MENU_SHOWN |
PRESS_QUICK_MENU |
WINDOW_ACTIVATED |
WINDOW_CLOSED |
WINDOW_LOADED |
WINDOW_PAGE_CHANGED |
WINDOW_SHOWN |
WINDOW_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static DesktopWindowManagerMessage |
get(int code) |
int |
getID()
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 DesktopWindowManagerMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DesktopWindowManagerMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DesktopWindowManagerMessage GET_ACTIVE_WINDOW
public static final DesktopWindowManagerMessage LIST_WINDOWS
public static final DesktopWindowManagerMessage LIST_QUICK_WIDGETS
public static final DesktopWindowManagerMessage GET_QUICK_WIDGET
public static final DesktopWindowManagerMessage WINDOW_SHOWN
public static final DesktopWindowManagerMessage WINDOW_UPDATED
public static final DesktopWindowManagerMessage WINDOW_CLOSED
public static final DesktopWindowManagerMessage WINDOW_ACTIVATED
public static final DesktopWindowManagerMessage WINDOW_LOADED
public static final DesktopWindowManagerMessage LIST_QUICK_MENUS
public static final DesktopWindowManagerMessage MENU_SHOWN
public static final DesktopWindowManagerMessage MENU_CLOSED
public static final DesktopWindowManagerMessage PRESS_QUICK_MENU
public static final DesktopWindowManagerMessage MENU_PRESSED
public static final DesktopWindowManagerMessage WINDOW_PAGE_CHANGED
public static final DesktopWindowManagerMessage DEFAULT
public static DesktopWindowManagerMessage[] values()
for (DesktopWindowManagerMessage c : DesktopWindowManagerMessage.values()) System.out.println(c);
public static DesktopWindowManagerMessage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic int getID()
Messagepublic String getServiceName()
MessagegetServiceName in interface Messagepublic static DesktopWindowManagerMessage get(int code)
Copyright © 2013. All Rights Reserved.