public static enum IInfoPanel.Action extends Enum<IInfoPanel.Action>
| Enum Constant and Description |
|---|
COLLAPSE |
EXPAND |
HIDE |
REMOVE |
SHOW |
TOP |
| Modifier and Type | Method and Description |
|---|---|
static IInfoPanel.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IInfoPanel.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IInfoPanel.Action REMOVE
public static final IInfoPanel.Action HIDE
public static final IInfoPanel.Action SHOW
public static final IInfoPanel.Action COLLAPSE
public static final IInfoPanel.Action EXPAND
public static final IInfoPanel.Action TOP
public static IInfoPanel.Action[] values()
for (IInfoPanel.Action c : IInfoPanel.Action.values()) System.out.println(c);
public static IInfoPanel.Action 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 © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.