public static enum AgentGUITrayIcon.TrayUsage extends java.lang.Enum<AgentGUITrayIcon.TrayUsage>
| Enum Constant and Description |
|---|
Automatic |
TrayDialog |
TrayIcon |
| Modifier and Type | Method and Description |
|---|---|
static AgentGUITrayIcon.TrayUsage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentGUITrayIcon.TrayUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentGUITrayIcon.TrayUsage Automatic
public static final AgentGUITrayIcon.TrayUsage TrayIcon
public static final AgentGUITrayIcon.TrayUsage TrayDialog
public static AgentGUITrayIcon.TrayUsage[] values()
for (AgentGUITrayIcon.TrayUsage c : AgentGUITrayIcon.TrayUsage.values()) System.out.println(c);
public static AgentGUITrayIcon.TrayUsage valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null