|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TabbedContentManagerUI.TabLayout>
org.noos.xing.mydoggy.TabbedContentManagerUI.TabLayout
public static enum TabbedContentManagerUI.TabLayout
The tab layout enum used in laying out the tabs when all the tabs will not fit within a single line.
| Enum Constant Summary | |
|---|---|
SCROLL
The tab layout for providing a subset of available tabs when all the tabs will not fit within a single line. |
|
WRAP
The tab layout for wrapping tabs in multiple lines when all tabs will not fit within a single line. |
|
| Method Summary | |
|---|---|
static TabbedContentManagerUI.TabLayout |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TabbedContentManagerUI.TabLayout[] |
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 TabbedContentManagerUI.TabLayout WRAP
public static final TabbedContentManagerUI.TabLayout SCROLL
| Method Detail |
|---|
public static TabbedContentManagerUI.TabLayout[] values()
for (TabbedContentManagerUI.TabLayout c : TabbedContentManagerUI.TabLayout.values()) System.out.println(c);
public static TabbedContentManagerUI.TabLayout 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 | |||||||||