Module is.codion.swing.common.ui
Interface ControlPanelBuilder.ControlsStep<C extends JComponent,B extends ControlPanelBuilder<C,B>>
- Type Parameters:
C
- the component typeB
- the builder type
- Enclosing interface:
ControlPanelBuilder<C extends JComponent,
B extends ControlPanelBuilder<C, B>>
public static interface ControlPanelBuilder.ControlsStep<C extends JComponent,B extends ControlPanelBuilder<C,B>>
Provides a
ControlPanelBuilder
-
Method Summary
-
Method Details
-
action
- Parameters:
action
- the action to base the panel on- Returns:
- this builder instance
-
control
- Parameters:
control
- the control to base the panel on- Returns:
- this builder instance
-
control
- Parameters:
control
- the control to base the panel on- Returns:
- this builder instance
-
controls
- Parameters:
controls
- the controls to base the panel on- Returns:
- this builder instance
-
controls
- Parameters:
controls
- the controls to base the panel on- Returns:
- this builder instance
-