Abstract Build Action
fun AbstractBuildAction( workbench: AvailWorkbench, name: String, shortcut: KeyboardShortcut? = null)
Content copied to clipboard
Construct a new AbstractBuildAction.
Parameters
workbench
The owning AvailWorkbench.
name
The action's name.
shortcut
The KeyboardShortcut used to invoke the action or null if there is no shortcut for this AbstractBuildAction.