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