Module org.tentackle.fx
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TabConfigurator
public TabConfigurator()Creates the configurator for aTab.
-
-
Method Details
-
configure
Description copied from interface:ConfiguratorConfigures the given FX object.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.Tab>- Parameters:
object- the object
-