|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<LnkFile.ShowCmd> net.sf.ovanttasks.ovnative.win32.LnkFile.ShowCmd
public static enum LnkFile.ShowCmd
The inital state of the window.
Enum Constant Summary | |
---|---|
SHOWMAXIMIZED
maximized window state |
|
SHOWMINIMIZED
minimized window state |
|
SHOWNORMAL
normal window state |
Method Summary | |
---|---|
static LnkFile.ShowCmd |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LnkFile.ShowCmd[] |
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 LnkFile.ShowCmd SHOWNORMAL
public static final LnkFile.ShowCmd SHOWMAXIMIZED
public static final LnkFile.ShowCmd SHOWMINIMIZED
Method Detail |
---|
public static LnkFile.ShowCmd[] values()
for (LnkFile.ShowCmd c : LnkFile.ShowCmd.values()) System.out.println(c);
public static LnkFile.ShowCmd 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 |