CopyButton

private inner class CopyButton : AnActionButton(source)

Copies the selected scheme in the tree.

Constructors

Link copied to clipboard
constructor()

Functions

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

Copies the selected scheme 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 isEnabled(): Boolean

Returns true if and only if this action is enabled.