Interface Configurator<T>

Type Parameters:
T - the type
All Known Implementing Classes:
AccordionConfigurator, AnchorPaneConfigurator, BorderPaneConfigurator, ButtonBarConfigurator, ButtonBaseConfigurator, ButtonConfigurator, CheckBoxConfigurator, ChoiceBoxConfigurator, ColorPickerConfigurator, ComboBoxBaseConfigurator, ComboBoxConfigurator, ComponentConfigurator, ContainerConfigurator, DatePickerConfigurator, DialogPaneConfigurator, FlowPaneConfigurator, GridPaneConfigurator, HBoxConfigurator, HTMLEditorConfigurator, LabelConfigurator, ListViewConfigurator, PaneConfigurator, PasswordFieldConfigurator, RadioButtonConfigurator, ScrollPaneConfigurator, SplitPaneConfigurator, StackPaneConfigurator, TabConfigurator, TableViewConfigurator, TabPaneConfigurator, TextAreaConfigurator, TextFieldConfigurator, TextFlowConfigurator, TextInputControlConfigurator, TilePaneConfigurator, TitledPaneConfigurator, ToggleButtonConfigurator, ToolBarConfigurator, TreeTableViewConfigurator, TreeViewConfigurator, VBoxConfigurator, WindowConfigurator

public interface Configurator<T>
A configurator.

The configurator inheritance hierarchy corresponds to the FX-classes hierarchy.
There is one configurator instance per type. Therefore, configurators must not maintain any state.

Author:
harald
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(T object)
    Configures the given FX object.
  • Method Details

    • configure

      void configure(T object)
      Configures the given FX object.
      Parameters:
      object - the object