public static enum UmlToolbar.UmlTool extends java.lang.Enum<UmlToolbar.UmlTool>
| Enum Constant and Description |
|---|
AGGREGATION_TOOL |
CLASS_TOOL |
COMPOSITION_TOOL |
COPY_TOOL |
DELETE_TOOL |
EDIT_TOOL |
INHERITANCE_TOOL |
PASTE_TOOL |
REDO_TOOL |
SELECT_TOOL |
STRONG_TOOL |
UNDO_TOOL |
WEAK_TOOL |
| Modifier and Type | Method and Description |
|---|---|
static UmlToolbar.UmlTool |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlToolbar.UmlTool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UmlToolbar.UmlTool SELECT_TOOL
public static final UmlToolbar.UmlTool EDIT_TOOL
public static final UmlToolbar.UmlTool DELETE_TOOL
public static final UmlToolbar.UmlTool COPY_TOOL
public static final UmlToolbar.UmlTool PASTE_TOOL
public static final UmlToolbar.UmlTool UNDO_TOOL
public static final UmlToolbar.UmlTool REDO_TOOL
public static final UmlToolbar.UmlTool CLASS_TOOL
public static final UmlToolbar.UmlTool STRONG_TOOL
public static final UmlToolbar.UmlTool WEAK_TOOL
public static final UmlToolbar.UmlTool COMPOSITION_TOOL
public static final UmlToolbar.UmlTool AGGREGATION_TOOL
public static final UmlToolbar.UmlTool INHERITANCE_TOOL
public static UmlToolbar.UmlTool[] values()
for (UmlToolbar.UmlTool c : UmlToolbar.UmlTool.values()) System.out.println(c);
public static UmlToolbar.UmlTool 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