public enum SettingsMode extends java.lang.Enum<SettingsMode>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attribute |
java.lang.String |
description |
java.lang.String |
header |
java.lang.String |
label |
IOPNode.NodeType |
nodeType |
java.lang.String |
verb |
Modifier and Type | Method and Description |
---|---|
boolean |
isSelected(IOPNode node) |
static SettingsGroup |
settingsList(PLAPanel owner,
IOPNode node) |
void |
toggle(IOPGraph graph,
IOPNode node,
boolean on,
boolean quiet) |
static SettingsMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SettingsMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SettingsMode GOALS
public static final SettingsMode AVOIDS
public static final SettingsMode HIDES
public final java.lang.String label
public final java.lang.String verb
public final java.lang.String header
public final java.lang.String description
public final java.lang.String attribute
public final IOPNode.NodeType nodeType
public static SettingsMode[] values()
for (SettingsMode c : SettingsMode.values()) System.out.println(c);
public static SettingsMode 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 nullpublic boolean isSelected(IOPNode node)
public static SettingsGroup settingsList(PLAPanel owner, IOPNode node)