public static enum TreeTableViewUtil.TreeTableView_Properties extends java.lang.Enum<TreeTableViewUtil.TreeTableView_Properties>
TreeTableView one can capture in an Memento| Enum Constant and Description |
|---|
COLUMN_ORDER
Column order
|
COLUMN_VISIBLE
Is column visible
|
COLUMN_WIDTH
Width of the column
|
| Modifier and Type | Method and Description |
|---|---|
static TreeTableViewUtil.TreeTableView_Properties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TreeTableViewUtil.TreeTableView_Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeTableViewUtil.TreeTableView_Properties COLUMN_WIDTH
public static final TreeTableViewUtil.TreeTableView_Properties COLUMN_ORDER
public static final TreeTableViewUtil.TreeTableView_Properties COLUMN_VISIBLE
public static TreeTableViewUtil.TreeTableView_Properties[] values()
for (TreeTableViewUtil.TreeTableView_Properties c : TreeTableViewUtil.TreeTableView_Properties.values()) System.out.println(c);
public static TreeTableViewUtil.TreeTableView_Properties 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