|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FileApproveText> com.alee.laf.filechooser.FileApproveText
public enum FileApproveText
This enumeration represents default file chooser approve button types and provides language keys for them.
Enum Constant Summary | |
---|---|
choose
Choose text. |
|
open
Open text. |
|
save
Save text. |
Method Summary | |
---|---|
java.lang.String |
getLanguageKey()
Returns approve text language key. |
static FileApproveText |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FileApproveText[] |
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 FileApproveText save
public static final FileApproveText open
public static final FileApproveText choose
Method Detail |
---|
public static FileApproveText[] values()
for (FileApproveText c : FileApproveText.values()) System.out.println(c);
public static FileApproveText 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLanguageKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |