AbstractBuildAction

fun AbstractBuildAction(    workbench: AvailWorkbench,     name: String,     shortcut: KeyboardShortcut? = null)

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.