|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<UiFactory.FAction>
org.apertereports.ui.UiFactory.FAction
public static enum UiFactory.FAction
Defines available actions performed on created components
| Enum Constant Summary | |
|---|---|
ALIGN_CENTER
Align to center. |
|
ALIGN_LEFT
Align to left. |
|
ALIGN_RIGTH
Align to right. |
|
SET_EXPAND_RATIO_1_0
Set expand ration to 1.0. |
|
SET_FULL_WIDTH
Set full width action |
|
SET_INVISIBLE
Set the component invisible |
|
SET_SPACING
Set spacing action. |
|
| Method Summary | |
|---|---|
static UiFactory.FAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static UiFactory.FAction[] |
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 UiFactory.FAction ALIGN_LEFT
AbstractOrderedLayout
parent component
public static final UiFactory.FAction ALIGN_CENTER
AbstractOrderedLayout
parent component
public static final UiFactory.FAction ALIGN_RIGTH
AbstractOrderedLayout
parent component
public static final UiFactory.FAction SET_EXPAND_RATIO_1_0
AbstractOrderedLayout
parent component
public static final UiFactory.FAction SET_FULL_WIDTH
public static final UiFactory.FAction SET_INVISIBLE
public static final UiFactory.FAction SET_SPACING
AbstractOrderedLayout
components
| Method Detail |
|---|
public static UiFactory.FAction[] values()
for (UiFactory.FAction c : UiFactory.FAction.values()) System.out.println(c);
public static UiFactory.FAction 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 | |||||||||