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 -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
LabelConfigurator
public LabelConfigurator()Creates the configurator for aLabel.
-
-
Method Details
-
configure
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
-