public static enum WiredTreeNode.Flag extends Enum<WiredTreeNode.Flag>
Enum Constant and Description |
---|
EXPANDED |
HAS_SELECTED_DESCENDANTS |
HAS_SELECTED_DESCENDANTS_VALID |
HAS_UNMARKED_DESCENDANTS |
HAS_UNMARKED_DESCENDANTS_VALID |
HIDDEN |
MARKED_BRANCH |
MARKED_NODE |
SELECTED |
Modifier and Type | Method and Description |
---|---|
static WiredTreeNode.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WiredTreeNode.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WiredTreeNode.Flag MARKED_NODE
public static final WiredTreeNode.Flag MARKED_BRANCH
public static final WiredTreeNode.Flag HAS_UNMARKED_DESCENDANTS
public static final WiredTreeNode.Flag HAS_UNMARKED_DESCENDANTS_VALID
public static final WiredTreeNode.Flag SELECTED
public static final WiredTreeNode.Flag HAS_SELECTED_DESCENDANTS
public static final WiredTreeNode.Flag HAS_SELECTED_DESCENDANTS_VALID
public static final WiredTreeNode.Flag HIDDEN
public static final WiredTreeNode.Flag EXPANDED
public static WiredTreeNode.Flag[] values()
for (WiredTreeNode.Flag c : WiredTreeNode.Flag.values()) System.out.println(c);
public static WiredTreeNode.Flag 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 nullCopyright © 1996-2014 FreeHEP. All Rights Reserved.