public static enum EditorTableToolbar.TableButton extends Enum<EditorTableToolbar.TableButton>
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
static EditorTableToolbar.TableButton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditorTableToolbar.TableButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EditorTableToolbar.TableButton INSERT_ROW_BEFORE
public static final EditorTableToolbar.TableButton INSERT_ROW_AFTER
public static final EditorTableToolbar.TableButton REMOVE_ROW
public static final EditorTableToolbar.TableButton CUT_TABLE_ROW
public static final EditorTableToolbar.TableButton COPY_TABLE_ROW
public static final EditorTableToolbar.TableButton PASTE_TABLE_ROW
public static final EditorTableToolbar.TableButton CUT_TABLE_COLUMN
public static final EditorTableToolbar.TableButton COPY_TABLE_COLUMN
public static final EditorTableToolbar.TableButton PASTE_TABLE_COLUMN
public static final EditorTableToolbar.TableButton INSERT_COLUMN_BEFORE
public static final EditorTableToolbar.TableButton INSERT_COLUMN_AFTER
public static final EditorTableToolbar.TableButton REMOVE_COLUMN
public static final EditorTableToolbar.TableButton MERGE_TABLE_CELL
public static final EditorTableToolbar.TableButton SPLIT_MERGE_TABLE_CELL
public static final EditorTableToolbar.TableButton HEADING_ROW
public static final EditorTableToolbar.TableButton HEADING_COLUMN
public static final EditorTableToolbar.TableButton CHANGE_CELL_COLOR
public static final EditorTableToolbar.TableButton REMOVE_TABLE
public static final EditorTableToolbar.TableButton TABLE_SETTINGS
public static EditorTableToolbar.TableButton[] values()
for (EditorTableToolbar.TableButton c : EditorTableToolbar.TableButton.values()) System.out.println(c);
public static EditorTableToolbar.TableButton valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getClassName()
Copyright © 2003–2017 Atlassian. All rights reserved.