|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MenuDrawer.Type>
net.simonvt.menudrawer.MenuDrawer.Type
public static enum MenuDrawer.Type
| Enum Constant Summary | |
|---|---|
BEHIND
Positions the drawer behind the content. |
|
OVERLAY
Positions the drawer on top of the content. |
|
STATIC
A static drawer that can not be dragged. |
|
| Method Summary | |
|---|---|
static MenuDrawer.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MenuDrawer.Type[] |
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 MenuDrawer.Type BEHIND
public static final MenuDrawer.Type STATIC
public static final MenuDrawer.Type OVERLAY
| Method Detail |
|---|
public static MenuDrawer.Type[] values()
for (MenuDrawer.Type c : MenuDrawer.Type.values()) System.out.println(c);
public static MenuDrawer.Type 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 | |||||||||