public class TabPaneStyler extends Styler<javafx.scene.control.TabPane>
sizeVariant
Constructor and Description |
---|
TabPaneStyler() |
Modifier and Type | Method and Description |
---|---|
void |
check()
The check method, which can be implemented in Styler subclasses to assure that no
incompatible Styles can be combined.
|
static TabPaneStyler |
create()
Creates a new Instance of TabPaneStyler.
|
java.util.List<StyleDefinition> |
getAll()
Retrieves the list with all StyleDefinitions added to the Styler.
|
TabPaneStyler |
setSizeVariant(ControlSizeVariant sizeVariant)
Adds a ControlSizeVariant to the Control.
|
TabPaneStyler |
setType(TabPaneType type)
Adds a TabPaneType to the TabPane
|
void |
style(javafx.scene.control.TabPane tabPane)
Adds all StyleDfinitions, which were defined, to the Controls' style class definitions.
|
public static TabPaneStyler create()
public TabPaneStyler setSizeVariant(ControlSizeVariant sizeVariant)
Styler
setSizeVariant
in class Styler<javafx.scene.control.TabPane>
sizeVariant
- The ControlSizeVariant for the Control.public TabPaneStyler setType(TabPaneType type)
type
- The TabPaneType for the TabPane.public void check()
Styler
public java.util.List<StyleDefinition> getAll()
Styler
public void style(javafx.scene.control.TabPane tabPane)
Styler
Copyright © 2013. All Rights Reserved.