Module is.codion.swing.common.ui
Interface CommandControl.CommandControlBuilder
- All Superinterfaces:
Control.Builder<CommandControl,
CommandControl.CommandControlBuilder>
- Enclosing interface:
- CommandControl
public static interface CommandControl.CommandControlBuilder
extends Control.Builder<CommandControl,CommandControl.CommandControlBuilder>
Builds a
CommandControl
-
Method Summary
Methods inherited from interface is.codion.swing.common.ui.control.Control.Builder
background, build, description, enabled, font, foreground, keyStroke, largeIcon, mnemonic, name, smallIcon, value
-
Method Details
-
onException
- Parameters:
onException
- the exception handler for this control- Returns:
- this builder
-