Class TextFieldConfigurator<T extends javafx.scene.control.TextField>

Type Parameters:
T - the textfield type
All Implemented Interfaces:
Configurator<T>

@ConfiguratorService(javafx.scene.control.TextField.class) public class TextFieldConfigurator<T extends javafx.scene.control.TextField> extends TextInputControlConfigurator<T>
Configures a TextField.
Author:
harald
  • Constructor Details

    • TextFieldConfigurator

      public TextFieldConfigurator()
      Creates the configurator for a TextField.