Abstract Editor Action
fun AbstractEditorAction( editor: AvailEditor, name: String, keyStroke: KeyStroke? = null)
Content copied to clipboard
Construct a new AbstractEditorAction.
Parameters
editor
The owning AvailEditor.
name
The name of the action.
key Stroke
The optional window-global KeyStroke used to invoke the action.