public enum TabbedType extends Enum<TabbedType>
TabbedContainer
Enum Constant and Description |
---|
EDITOR
Tabbed container showing document windows.
|
SLIDING
Tabbed container showing minimized windows.
|
TOOLBAR
Tabbed container which uses toolbar-like component to switch active window.
|
VIEW
Tabbed container showing non-document windows.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
toInt() |
static TabbedType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TabbedType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabbedType VIEW
public static final TabbedType EDITOR
public static final TabbedType SLIDING
public static final TabbedType TOOLBAR
public static TabbedType[] values()
public static TabbedType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract int toInt()