- 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
-
Method Details
-
configure
Configures the given FX object.- Parameters:
object- the object
-