org.noos.xing.mydoggy
Enum TabbedContentManagerUI.TabPlacement
java.lang.Object
java.lang.Enum<TabbedContentManagerUI.TabPlacement>
org.noos.xing.mydoggy.TabbedContentManagerUI.TabPlacement
- All Implemented Interfaces:
- Serializable, Comparable<TabbedContentManagerUI.TabPlacement>
- Enclosing interface:
- TabbedContentManagerUI<E extends TabbedContentUI>
public static enum TabbedContentManagerUI.TabPlacement
- extends Enum<TabbedContentManagerUI.TabPlacement>
The tab placement enum used in positioning the component that show tabs.
- Since:
- 1.1.0
TOP
public static final TabbedContentManagerUI.TabPlacement TOP
LEFT
public static final TabbedContentManagerUI.TabPlacement LEFT
BOTTOM
public static final TabbedContentManagerUI.TabPlacement BOTTOM
RIGHT
public static final TabbedContentManagerUI.TabPlacement RIGHT
values
public static TabbedContentManagerUI.TabPlacement[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (TabbedContentManagerUI.TabPlacement c : TabbedContentManagerUI.TabPlacement.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static TabbedContentManagerUI.TabPlacement valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2012. All Rights Reserved.