|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<CheckControl.CheckType>
com.guiseframework.component.CheckControl.CheckType
public static enum CheckControl.CheckType
The type of check area to present to the user.
| Enum Constant Summary | |
|---|---|
ELLIPSE
A round fill-in oval, such as a circle. |
|
RECTANGLE
A four-cornered check box, such as a square. |
|
| Method Summary | |
|---|---|
static CheckControl.CheckType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CheckControl.CheckType[] |
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 CheckControl.CheckType RECTANGLE
public static final CheckControl.CheckType ELLIPSE
| Method Detail |
|---|
public static CheckControl.CheckType[] values()
for (CheckControl.CheckType c : CheckControl.CheckType.values()) System.out.println(c);
public static CheckControl.CheckType 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 | ||||||||