Class TabConfigurator<T extends javafx.scene.control.Tab>

java.lang.Object
org.tentackle.fx.container.config.TabConfigurator<T>
Type Parameters:
T - the container type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.control.Tab.class) public class TabConfigurator<T extends javafx.scene.control.Tab> extends Object implements Configurator<T>
Configures a Tab.
Author:
harald
  • Constructor Details

    • TabConfigurator

      public TabConfigurator()
      Creates the configurator for a Tab.
  • Method Details

    • configure

      public void configure(T object)
      Description copied from interface: Configurator
      Configures the given FX object.
      Specified by:
      configure in interface Configurator<T extends javafx.scene.control.Tab>
      Parameters:
      object - the object