intellij-randomness / com.fwdekker.randomness.word / WordGroupAction

WordGroupAction

class WordGroupAction : DataGroupAction

All actions related to inserting words.

Constructors

<init>

WordGroupAction()

All actions related to inserting words.

Properties

insertAction

val insertAction: WordInsertAction

The action used to insert single data.

insertArrayAction

val insertArrayAction: WordInsertAction.ArrayAction

The action used to insert arrays of data.

insertRepeatAction

val insertRepeatAction: WordInsertAction.RepeatAction

The action used to insert repeated single data.

insertRepeatArrayAction

val insertRepeatArrayAction: WordInsertAction.RepeatArrayAction

The action used to insert repeated arrays of data.

settingsAction

val settingsAction: WordSettingsAction

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.