Class RadioButtonConfigurator<T extends javafx.scene.control.RadioButton>

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

@ConfiguratorService(javafx.scene.control.RadioButton.class) public class RadioButtonConfigurator<T extends javafx.scene.control.RadioButton> extends ButtonBaseConfigurator<T>
Configures a RadioButton.
Author:
harald
  • Constructor Details

    • RadioButtonConfigurator

      public RadioButtonConfigurator()
      Creates the configurator for a RadioButton.