Module org.tentackle.fx
Class CheckBoxConfigurator<T extends javafx.scene.control.CheckBox>
java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ButtonBaseConfigurator<T>
org.tentackle.fx.component.config.CheckBoxConfigurator<T>
- Type Parameters:
T- the checkbox type
- All Implemented Interfaces:
Configurator<T>
@ConfiguratorService(javafx.scene.control.CheckBox.class)
public class CheckBoxConfigurator<T extends javafx.scene.control.CheckBox>
extends ButtonBaseConfigurator<T>
Configures a
CheckBox.- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.fx.component.config.ButtonBaseConfigurator
configureMethods inherited from class org.tentackle.fx.component.config.ComponentConfigurator
filterKeys, remapKeys, setupFocusHandling, updateModelAndView
-
Constructor Details
-
CheckBoxConfigurator
public CheckBoxConfigurator()Creates the configurator for aCheckBox.
-