ResetButton

private inner class ResetButton : AnActionButton(source)

Resets the selected scheme to its original state, or removes it if it has no original state.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun actionPerformed(event: AnActionEvent)

Resets the selected scheme to its original state, or removes it if it has no original state.

Link copied to clipboard
open override fun getActionUpdateThread(): ActionUpdateThread

Specifies the thread in which update is invoked.

Link copied to clipboard
open override fun isEnabled(): Boolean

Returns true if and only if this action is enabled.