Module org.tentackle.fx
Class TabPaneConfigurator<T extends javafx.scene.control.TabPane>
java.lang.Object
org.tentackle.fx.container.config.ContainerConfigurator<T>
org.tentackle.fx.container.config.TabPaneConfigurator<T>
- Type Parameters:
T- the container type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.TabPane.class)
public class TabPaneConfigurator<T extends javafx.scene.control.TabPane>
extends ContainerConfigurator<T>
Configures a
TabPane.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.container.config.ContainerConfigurator
configure
-
Constructor Details
-
TabPaneConfigurator
public TabPaneConfigurator()Creates the configurator for aTabPane.
-