|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SubstanceConstants.TabTextAlignmentKind>
org.jvnet.substance.utils.SubstanceConstants.TabTextAlignmentKind
public static enum SubstanceConstants.TabTextAlignmentKind
Enumerates alignments of tab texts on left and right tab placement.
SubstanceLookAndFeel.TABBED_PANE_TEXT_ALIGNMENT_KIND
Enum Constant Summary | |
---|---|
ALWAYS_LEFT
Tab texts are always aligned to the left. |
|
ALWAYS_RIGHT
Tab texts are always aligned to the right. |
|
DEFAULT
The default alignment. |
|
FOLLOW_ORIENTATION
On LTR orientation, tab texts are aligned to the left. |
|
FOLLOW_PLACEMENT
On left placement, tab texts are aligned to the left. |
Method Summary | |
---|---|
static SubstanceConstants.TabTextAlignmentKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SubstanceConstants.TabTextAlignmentKind[] |
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 SubstanceConstants.TabTextAlignmentKind DEFAULT
public static final SubstanceConstants.TabTextAlignmentKind ALWAYS_LEFT
public static final SubstanceConstants.TabTextAlignmentKind ALWAYS_RIGHT
public static final SubstanceConstants.TabTextAlignmentKind FOLLOW_PLACEMENT
public static final SubstanceConstants.TabTextAlignmentKind FOLLOW_ORIENTATION
Method Detail |
---|
public static SubstanceConstants.TabTextAlignmentKind[] values()
for (SubstanceConstants.TabTextAlignmentKind c : SubstanceConstants.TabTextAlignmentKind.values()) System.out.println(c);
public static SubstanceConstants.TabTextAlignmentKind 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 |