RetrieveNextCommand

class RetrieveNextCommand(val workbench: AvailWorkbench) : AbstractWorkbenchAction

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
fun RetrieveNextCommand(workbench: AvailWorkbench)

Construct a new RetrieveNextCommand.

Functions

Link copied to clipboard
open fun accept(p0: Any): Boolean
Link copied to clipboard
open override fun actionPerformed(e: ActionEvent)
Link copied to clipboard
open override fun addPropertyChangeListener(p0: PropertyChangeListener)
Link copied to clipboard
open fun getKeys(): Array<Any>
Link copied to clipboard
open fun getPropertyChangeListeners(): Array<PropertyChangeListener>
Link copied to clipboard
open override fun getValue(p0: String): Any
Link copied to clipboard
open override fun isEnabled(): Boolean
Link copied to clipboard
fun name(): String
Link copied to clipboard
open override fun putValue(p0: String, p1: Any)
Link copied to clipboard
open override fun removePropertyChangeListener(p0: PropertyChangeListener)
Link copied to clipboard
open override fun setEnabled(p0: Boolean)
Link copied to clipboard
open override fun updateIsEnabled(busy: Boolean)

Update isEnabled to reflect whether or not this AbstractWorkbenchAction should be be enabled at the time of calling this function.

Properties

Link copied to clipboard
open var checkEnabled: () -> Boolean

The lambda that indicates whether or not this should be enabled.

Link copied to clipboard
open val featureCategory: FeatureCategory? = null
Link copied to clipboard
val workbench: AvailWorkbench

The owning AvailWorkbench.