Abstract Debugger Action
abstract class AbstractDebuggerAction( val debugger: AvailDebugger, name: String, keyStroke: KeyStroke? = null) : AbstractWorkbenchAction
Content copied to clipboard
An AbstractDebuggerAction is attached to an AvailDebugger, and automatically installs itself into the inputMap and actionMap of the root of the debugger's frame, if an accelerator is provided.
Parameters
debugger
The owning AvailDebugger.
name
The name of the action.
key Stroke
The optional window-global KeyStroke used to invoke the action.
Constructors
Link copied to clipboard
fun AbstractDebuggerAction( debugger: AvailDebugger, name: String, keyStroke: KeyStroke? = null)
Content copied to clipboard
Construct a new AbstractDebuggerAction.
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