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 Details

    • LabelConfigurator

      public LabelConfigurator()
      Creates the configurator for a Label.
  • Method Details