AbstractEditorAction

fun AbstractEditorAction(    editor: AvailEditor,     name: String,     keyStroke: KeyStroke? = null)

Construct a new AbstractEditorAction.

Parameters

editor

The owning AvailEditor.

name

The name of the action.

keyStroke

The optional window-global KeyStroke used to invoke the action.