RemoveButton

private inner class RemoveButton : AnActionButton(source)

Removes the selected scheme from the tree.

Constructors

Link copied to clipboard
constructor()

Functions

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

Removes the selected scheme from the tree.

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

Specifies the thread in which update is invoked.

Link copied to clipboard
open override fun getShortcut(): @NotNull ShortcutSet

Returns the shortcut for this action.

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

Returns true if and only if this action is enabled.