Package avail. environment. editor
Types
Link copied to clipboard
abstract class AbstractEditorAction( val editor: AvailEditor, name: String, keyStroke: KeyStroke? = null) : AbstractWorkbenchAction
Content copied to clipboard
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.