Abstract Editor Action
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.
Author
Todd L Smith
Parameters
editor
The owning AvailEditor.
name
The name of the action.
key Stroke
The optional window-global KeyStroke used to invoke the action.
Constructors
Link copied to clipboard
fun AbstractEditorAction( editor: AvailEditor, name: String, keyStroke: KeyStroke? = null)
Content copied to clipboard
Construct a new AbstractEditorAction.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun removePropertyChangeListener(p0: PropertyChangeListener)
Content copied to clipboard
Link copied to clipboard