private static enum GralFileSelector.ERefresh extends java.lang.Enum<GralFileSelector.ERefresh>
| Enum Constant and Description |
|---|
doNothing |
refreshAll |
refreshChildren |
| Modifier and Type | Method and Description |
|---|---|
static GralFileSelector.ERefresh |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GralFileSelector.ERefresh[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GralFileSelector.ERefresh doNothing
public static final GralFileSelector.ERefresh refreshAll
public static final GralFileSelector.ERefresh refreshChildren
public static GralFileSelector.ERefresh[] values()
for (GralFileSelector.ERefresh c : GralFileSelector.ERefresh.values()) System.out.println(c);
public static GralFileSelector.ERefresh 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