class WordGroupAction : DataGroupAction
All actions related to inserting words.
WordGroupAction()
All actions related to inserting words. |
val insertAction: WordInsertAction
The action used to insert single data. |
|
val insertArrayAction: WordInsertAction.ArrayAction
The action used to insert arrays of data. |
|
val insertRepeatAction: WordInsertAction.RepeatAction
The action used to insert repeated single data. |
|
val insertRepeatArrayAction: WordInsertAction.RepeatArrayAction
The action used to insert repeated arrays of data. |
|
val quickSwitchArraySchemeAction: ArraySettingsAction.ArrayQuickSwitchSchemeAction
The action used to quickly switch between array schemes. |
|
val quickSwitchSchemeAction: WordSettingsAction.WordQuickSwitchSchemeAction
The action used to quickly switch between schemes of this data type. |
|
val settingsAction: WordSettingsAction
The action used to edit the generator settings for this data type. |
open fun actionPerformed(event: AnActionEvent): Unit
Chooses one of the three actions to execute based on the key modifiers in event. |
|
open fun canBePerformed(context: DataContext): Boolean
Returns |
|
open fun getChildren(event: AnActionEvent?): Array<AnAction>
Returns the insert action, array insert action, and settings action. |
|
open fun isPopup(): Boolean
Returns |
|
open fun update(event: AnActionEvent): Unit
Sets the title of this action. |