public enum WindowManagerMessage extends Enum<WindowManagerMessage> implements Message
| Enum Constant and Description |
|---|
CLOSE_WINDOW |
CREATE_WINDOW |
DEFAULT |
GET_ACTIVE_WINDOW |
LIST_WINDOWS |
MODIFY_FILTER |
MODIFY_TYPE_FILTER |
OPEN_URL |
WINDOW_ACTIVATED |
WINDOW_CLOSED |
WINDOW_LOADED |
WINDOW_UPDATED |
| Modifier and Type | Method and Description |
|---|---|
static WindowManagerMessage |
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 WindowManagerMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WindowManagerMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WindowManagerMessage GET_ACTIVE_WINDOW
public static final WindowManagerMessage LIST_WINDOWS
public static final WindowManagerMessage MODIFY_FILTER
public static final WindowManagerMessage WINDOW_UPDATED
public static final WindowManagerMessage WINDOW_CLOSED
public static final WindowManagerMessage WINDOW_ACTIVATED
public static final WindowManagerMessage WINDOW_LOADED
public static final WindowManagerMessage CREATE_WINDOW
public static final WindowManagerMessage CLOSE_WINDOW
public static final WindowManagerMessage OPEN_URL
public static final WindowManagerMessage MODIFY_TYPE_FILTER
public static final WindowManagerMessage DEFAULT
public static WindowManagerMessage[] values()
for (WindowManagerMessage c : WindowManagerMessage.values()) System.out.println(c);
public static WindowManagerMessage 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 WindowManagerMessage get(int code)
Copyright © 2012. All Rights Reserved.