intellij-randomness / com.fwdekker.randomness / PopupAction

PopupAction

class PopupAction : AnAction

Shows a popup for all available Randomness actions.

Constructors

<init>

PopupAction()

Shows a popup for all available Randomness actions.

Functions

actionPerformed

fun actionPerformed(event: AnActionEvent): Unit

Displays a popup with all actions provided by Randomness.

update

fun update(event: AnActionEvent): Unit

Sets the icon of this action.