|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ToolbarElements>
lt.monarch.chart.plugins.toolbar.ToolbarElements
public enum ToolbarElements extends java.lang.Enum<ToolbarElements>
Toolbar element enumeration.
| Enum Constant and Description |
|---|
BACKGROUND_COLOR
Background color controls |
FONT_COLOR
Font color control. |
FONT_MODIFIERS
Font modifier(bold, italic, etc.) controls |
FONT_NAME
Font family controls |
FONT_SIZE
Font size controls |
FOREGROUND_COLOR
Foreground color controls |
LOAD
Load stylesheet menu item. |
MOUSE_SELECTION
Object selection with mouse |
NAVIGATION
Object hierarchy navigation control. |
NEW
Reset stylesheet menu item. |
REVERT
Revert changes menu item. |
SAVE
Save operations control. |
THEME
Theme selection control. |
UNDO_REDO
Undo/Redo with keyboard |
| Modifier and Type | Method and Description |
|---|---|
static ToolbarElements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ToolbarElements[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ToolbarElements NAVIGATION
public static final ToolbarElements NEW
public static final ToolbarElements SAVE
public static final ToolbarElements LOAD
public static final ToolbarElements MOUSE_SELECTION
public static final ToolbarElements FOREGROUND_COLOR
public static final ToolbarElements BACKGROUND_COLOR
public static final ToolbarElements FONT_NAME
public static final ToolbarElements FONT_SIZE
public static final ToolbarElements FONT_COLOR
public static final ToolbarElements FONT_MODIFIERS
public static final ToolbarElements THEME
public static final ToolbarElements REVERT
public static final ToolbarElements UNDO_REDO
| Method Detail |
|---|
public static ToolbarElements[] values()
for (ToolbarElements c : ToolbarElements.values()) System.out.println(c);
public static ToolbarElements 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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||