Class LabelConfigurator<T extends javafx.scene.control.Label>

  • 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 Detail

      • LabelConfigurator

        public LabelConfigurator()