|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<EGUIGroup>
ch.sahits.codegen.java.gui.util.EGUIGroup
public enum EGUIGroup
Different groups that represent building blocks of a gui
| Enum Constant Summary | |
|---|---|
BUTTON
Label and button |
|
CHECK_BOX
Label and checkbox-group |
|
COMBO
Label and combo box field |
|
FILE_BROWSE
Label and file browse input field |
|
IMAGE_BUTTON
Label and image button |
|
INPUT
Label and input field |
|
LABLE
Label |
|
LIST
Label and list field |
|
PASSWORD
Label and password input field |
|
RADIO_BUTTON
Label and radio button group |
|
RESET_BUTTON
Label and reset button |
|
SUBMIT_BUTTON
Label and submit button |
|
TEXT
Label and text input field |
|
| Method Summary | |
|---|---|
static EGUIGroup |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EGUIGroup[] |
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 EGUIGroup PASSWORD
public static final EGUIGroup FILE_BROWSE
public static final EGUIGroup INPUT
public static final EGUIGroup TEXT
public static final EGUIGroup COMBO
public static final EGUIGroup LIST
public static final EGUIGroup IMAGE_BUTTON
public static final EGUIGroup RESET_BUTTON
public static final EGUIGroup SUBMIT_BUTTON
public static final EGUIGroup BUTTON
public static final EGUIGroup LABLE
public static final EGUIGroup CHECK_BOX
public static final EGUIGroup RADIO_BUTTON
| Method Detail |
|---|
public static EGUIGroup[] values()
for (EGUIGroup c : EGUIGroup.values()) System.out.println(c);
public static EGUIGroup 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||