public static enum SubgraphTabita.SubgraphAction extends java.lang.Enum<SubgraphTabita.SubgraphAction>
Enum Constant and Description |
---|
CHOOSE |
COLLAPSE2OCC |
COLLAPSE2RULE |
CREATE |
DELETE |
EXPAND |
RESET |
UNDO |
Modifier and Type | Field and Description |
---|---|
java.awt.event.ActionListener |
action |
int |
index |
java.lang.String |
label |
java.lang.String |
tooltip |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static SubgraphTabita.SubgraphAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubgraphTabita.SubgraphAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubgraphTabita.SubgraphAction CHOOSE
public static final SubgraphTabita.SubgraphAction CREATE
public static final SubgraphTabita.SubgraphAction DELETE
public static final SubgraphTabita.SubgraphAction COLLAPSE2OCC
public static final SubgraphTabita.SubgraphAction COLLAPSE2RULE
public static final SubgraphTabita.SubgraphAction EXPAND
public static final SubgraphTabita.SubgraphAction UNDO
public static final SubgraphTabita.SubgraphAction RESET
public final int index
public final java.lang.String label
public final java.lang.String tooltip
public java.awt.event.ActionListener action
public static SubgraphTabita.SubgraphAction[] values()
for (SubgraphTabita.SubgraphAction c : SubgraphTabita.SubgraphAction.values()) System.out.println(c);
public static SubgraphTabita.SubgraphAction 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 java.lang.String toString()
toString
in class java.lang.Enum<SubgraphTabita.SubgraphAction>