Module is.codion.swing.common.ui
Interface Control.BuilderFactory
- Enclosing interface:
Control
public static interface Control.BuilderFactory
Provides control builders.
-
Method Summary
Modifier and TypeMethodDescriptionaction(Control.ActionCommand actionCommand) command(Control.Command command)
-
Method Details
-
command
- Parameters:
command- the command to execute- Returns:
- a new
CommandControl.CommandControlBuilderinstance
-
action
- Parameters:
actionCommand- the action command to execute- Returns:
- a new
CommandControl.CommandControlBuilderinstance
-
toggle
- Parameters:
value- the value to toggle- Returns:
- a new
ToggleControlBuilderinstance
-
toggle
- Parameters:
state- the state to toggle- Returns:
- a new
ToggleControlBuilderinstance
-