Class ComboBoxBaseConfigurator<T extends javafx.scene.control.ComboBoxBase<?>>

java.lang.Object
org.tentackle.fx.component.config.ComponentConfigurator<T>
org.tentackle.fx.component.config.ComboBoxBaseConfigurator<T>
Type Parameters:
T - the combobox type
All Implemented Interfaces:
Configurator<T>
Direct Known Subclasses:
ColorPickerConfigurator, ComboBoxConfigurator

public abstract class ComboBoxBaseConfigurator<T extends javafx.scene.control.ComboBoxBase<?>> extends ComponentConfigurator<T>
Configures a ComboBoxBase.
Author:
harald
  • Constructor Details

    • ComboBoxBaseConfigurator

      public ComboBoxBaseConfigurator()
      Parent constructor.
  • Method Details

    • configure

      public void configure(T control)
      Description copied from class: ComponentConfigurator
      Configures the control.
      Specified by:
      configure in interface Configurator<T extends javafx.scene.control.ComboBoxBase<?>>
      Overrides:
      configure in class ComponentConfigurator<T extends javafx.scene.control.ComboBoxBase<?>>
      Parameters:
      control - the control
    • filterKeys

      protected void filterKeys(T control)
      Description copied from class: ComponentConfigurator
      Filters certain keys for special features.
      Overrides:
      filterKeys in class ComponentConfigurator<T extends javafx.scene.control.ComboBoxBase<?>>
      Parameters:
      control - the control