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.CommandControlBuilder
instance
-
action
- Parameters:
actionCommand
- the action command to execute- Returns:
- a new
CommandControl.CommandControlBuilder
instance
-
toggle
- Parameters:
value
- the value to toggle- Returns:
- a new
ToggleControl.ToggleControlBuilder
instance
-
toggle
- Parameters:
state
- the state to toggle- Returns:
- a new
ToggleControl.ToggleControlBuilder
instance
-