Package avail.anvil.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.

Link copied to clipboard
class GoToDialog(editor: AvailEditor) : JFrame

Move the caret of the specified editor to a line and optional position.