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 Details

    • TabPaneConfigurator

      public TabPaneConfigurator()
      Creates the configurator for a TabPane.