Retrieve Next Command
class RetrieveNextCommand(val workbench: AvailWorkbench) : AbstractWorkbenchAction
Content copied to clipboard
Retrieve the earliest executed command, or if this action has been performed already, retrieve the command after the one most recently shown. If the latest command is reached, clear the command line and wrap around on the next retrieval.
Parameters
workbench
The owning AvailWorkbench.
Constructors
Link copied to clipboard
Construct a new RetrieveNextCommand.
Functions
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