|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AbstractFrame.FrameComponent>
com.guiseframework.component.AbstractFrame.FrameComponent
protected static enum AbstractFrame.FrameComponent
The enumeration of frame components.
| Enum Constant Summary | |
|---|---|
CLOSE_ACTION_CONTROL
The control that provides a way of closing the frame. |
|
CONTENT_COMPONENT
The component, if any, that comprises the content of the frame. |
|
MENU_COMPONENT
The menu, if any, of the frame. |
|
TOOLBAR_COMPONENT
The toolbar, if any, of the frame. |
|
| Method Summary | |
|---|---|
static AbstractFrame.FrameComponent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractFrame.FrameComponent[] |
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 AbstractFrame.FrameComponent CONTENT_COMPONENT
public static final AbstractFrame.FrameComponent MENU_COMPONENT
public static final AbstractFrame.FrameComponent TOOLBAR_COMPONENT
public static final AbstractFrame.FrameComponent CLOSE_ACTION_CONTROL
| Method Detail |
|---|
public static AbstractFrame.FrameComponent[] values()
for (AbstractFrame.FrameComponent c : AbstractFrame.FrameComponent.values()) System.out.println(c);
public static AbstractFrame.FrameComponent 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 | ||||||||