public static enum MainKFPerspectiveToolBar.Widgets extends java.lang.Enum<MainKFPerspectiveToolBar.Widgets>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static MainKFPerspectiveToolBar.Widgets |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MainKFPerspectiveToolBar.Widgets[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MainKFPerspectiveToolBar.Widgets ZOOM_IN_BUTTON
public static final MainKFPerspectiveToolBar.Widgets ZOOM_OUT_BUTTON
public static final MainKFPerspectiveToolBar.Widgets SELECT_ALL_BUTTON
public static final MainKFPerspectiveToolBar.Widgets CUT_BUTTON
public static final MainKFPerspectiveToolBar.Widgets COPY_BUTTON
public static final MainKFPerspectiveToolBar.Widgets DELETE_BUTTON
public static final MainKFPerspectiveToolBar.Widgets PASTE_BUTTON
public static final MainKFPerspectiveToolBar.Widgets UNDO_BUTTON
public static final MainKFPerspectiveToolBar.Widgets NOTE_BUTTON
public static final MainKFPerspectiveToolBar.Widgets SNAP_TO_GRID_BUTTON
public static final MainKFPerspectiveToolBar.Widgets NEW_FLOW_BUTTON
public static final MainKFPerspectiveToolBar.Widgets SAVE_FLOW_BUTTON
public static final MainKFPerspectiveToolBar.Widgets SAVE_FLOW_AS_BUTTON
public static final MainKFPerspectiveToolBar.Widgets LOAD_FLOW_BUTTON
public static final MainKFPerspectiveToolBar.Widgets TEMPLATES_BUTTON
public static final MainKFPerspectiveToolBar.Widgets TOGGLE_PERSPECTIVES_BUTTON
public static final MainKFPerspectiveToolBar.Widgets HELP_BUTTON
public static final MainKFPerspectiveToolBar.Widgets POINTER_BUTTON
public static final MainKFPerspectiveToolBar.Widgets PLAY_PARALLEL_BUTTON
public static final MainKFPerspectiveToolBar.Widgets PLAY_SEQUENTIAL_BUTTON
public static final MainKFPerspectiveToolBar.Widgets STOP_BUTTON
public static MainKFPerspectiveToolBar.Widgets[] values()
for (MainKFPerspectiveToolBar.Widgets c : MainKFPerspectiveToolBar.Widgets.values()) System.out.println(c);
public static MainKFPerspectiveToolBar.Widgets 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<MainKFPerspectiveToolBar.Widgets>