public enum TabPaneType extends java.lang.Enum<TabPaneType> implements StyleDefinition
Enum Constant and Description |
---|
ICON_BUTTONS
ICON_BUTTONS indicates a TabPane with icon Buttons as Tabs.
|
REGULAR
REGULAR indicates a regular TabPane with PillButtons as Tabs.
|
SMALL_ICON_BUTTONS
SMALL_ICON_BUTTONS indicates a TabPane with small icon Buttons as Tabs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyleName()
Constructs a String as name for the StyleClass.
|
static TabPaneType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabPaneType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabPaneType REGULAR
public static final TabPaneType ICON_BUTTONS
public static final TabPaneType SMALL_ICON_BUTTONS
public static TabPaneType[] values()
for (TabPaneType c : TabPaneType.values()) System.out.println(c);
public static TabPaneType 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getStyleName()
getStyleName
in interface StyleDefinition
Copyright © 2013. All Rights Reserved.