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 java.lang.Object implements Configurator<T>
Configures a Tab.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description TabConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T object)Configures the given FX object.
-
-
-
Method Detail
-
configure
public void configure(T object)
Description copied from interface:ConfiguratorConfigures the given FX object.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.Tab>- Parameters:
object- the object
-
-