DownButton

private inner class DownButton : AnActionButton(source)

Moves the selected scheme down by one position in the tree.

Constructors

Link copied to clipboard
constructor()

Functions

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

Moves the selected scheme down by one position in 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.