Package | Description |
---|---|
com.sun.javafx.scene.control.skin |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<TabPane,TabPaneSkin.TabAnimation> |
TabPaneSkin.StyleableProperties.CLOSE_TAB_ANIMATION |
private ObjectProperty<TabPaneSkin.TabAnimation> |
TabPaneSkin.closeTabAnimation |
private static CssMetaData<TabPane,TabPaneSkin.TabAnimation> |
TabPaneSkin.StyleableProperties.OPEN_TAB_ANIMATION |
private ObjectProperty<TabPaneSkin.TabAnimation> |
TabPaneSkin.openTabAnimation |
Modifier and Type | Method and Description |
---|---|
static TabPaneSkin.TabAnimation |
TabPaneSkin.TabAnimation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabPaneSkin.TabAnimation[] |
TabPaneSkin.TabAnimation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|