intellij-randomness / com.fwdekker.randomness.integer / IntegerGroupAction

IntegerGroupAction

class IntegerGroupAction : DataGroupAction

All actions related to inserting integers.

Constructors

<init>

IntegerGroupAction()

All actions related to inserting integers.

Properties

insertAction

val insertAction: IntegerInsertAction

The action used to insert a single datum.

insertArrayAction

val insertArrayAction: IntegerInsertArrayAction

The action used to insert an array of data.

settingsAction

val settingsAction: IntegerSettingsAction

The action used to edit the generator settings for this data type.

Inherited Functions

actionPerformed

open fun actionPerformed(event: AnActionEvent): Unit

Chooses one of the three actions to execute based on the key modifiers in event.

canBePerformed

open fun canBePerformed(context: DataContext): Boolean

Returns true.

getChildren

open fun getChildren(event: AnActionEvent?): Array<AnAction>

Returns the insert action, array insert action, and settings action.

isPopup

open fun isPopup(): Boolean

Returns true.

update

open fun update(event: AnActionEvent): Unit

Sets the title of this action.