Module org.tentackle.fx
Class LabelConfigurator<T extends javafx.scene.control.Label>
- java.lang.Object
-
- org.tentackle.fx.component.config.ComponentConfigurator<T>
-
- org.tentackle.fx.component.config.LabelConfigurator<T>
-
- Type Parameters:
T- the label type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.Label.class) public class LabelConfigurator<T extends javafx.scene.control.Label> extends ComponentConfigurator<T>
Configures a Label.- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description LabelConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(T label)Configures the control.-
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling
-
-
-
-
Method Detail
-
configure
public void configure(T label)
Description copied from class:ComponentConfiguratorConfigures the control.- Specified by:
configurein interfaceConfigurator<T extends javafx.scene.control.Label>- Overrides:
configurein classComponentConfigurator<T extends javafx.scene.control.Label>- Parameters:
label- the control
-
-