Package avail.environment.editor

Types

Link copied to clipboard
abstract class AbstractEditorAction(    val editor: AvailEditor,     name: String,     keyStroke: KeyStroke? = null) : AbstractWorkbenchAction

An AbstractEditorAction is attached to an AvailEditor, and automatically installs itself into the inputMap and actionMap of the root of the editor's frame, if an accelerator is provided.