Class TextAreaConfigurator<T extends javafx.scene.control.TextArea>

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

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

    • TextAreaConfigurator

      public TextAreaConfigurator()
      Creates the configurator for a TextArea.
  • Method Details