|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SimpleExpandAction.Action>
bibliothek.gui.dock.toolbar.expand.SimpleExpandAction.Action
public static enum SimpleExpandAction.Action
describes to which state this action leads
Enum Constant Summary | |
---|---|
LARGER
just make an item larger |
|
LARGEST
fully expand an item |
|
SMALLER
just make an item smaller |
|
SMALLEST
fully shrink an item |
Method Summary | |
---|---|
static SimpleExpandAction.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimpleExpandAction.Action[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SimpleExpandAction.Action LARGEST
public static final SimpleExpandAction.Action LARGER
public static final SimpleExpandAction.Action SMALLER
public static final SimpleExpandAction.Action SMALLEST
Method Detail |
---|
public static SimpleExpandAction.Action[] values()
for (SimpleExpandAction.Action c : SimpleExpandAction.Action.values()) System.out.println(c);
public static SimpleExpandAction.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 name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |