intellij-randomness / com.fwdekker.randomness.decimal / DecimalGroupAction

DecimalGroupAction

class DecimalGroupAction : DataGroupAction

All actions related to inserting decimals.

Constructors

<init>

DecimalGroupAction()

All actions related to inserting decimals.

Properties

insertAction

val insertAction: DecimalInsertAction

The action used to insert single data.

insertArrayAction

val insertArrayAction: DecimalInsertAction.ArrayAction

The action used to insert arrays of data.

insertRepeatAction

val insertRepeatAction: DecimalInsertAction.RepeatAction

The action used to insert repeated single data.

insertRepeatArrayAction

val insertRepeatArrayAction: DecimalInsertAction.RepeatArrayAction

The action used to insert repeated arrays of data.

quickSwitchArraySchemeAction

val quickSwitchArraySchemeAction: ArraySettingsAction.ArrayQuickSwitchSchemeAction

The action used to quickly switch between array schemes.

quickSwitchSchemeAction

val quickSwitchSchemeAction: DecimalSettingsAction.DecimalQuickSwitchSchemeAction

The action used to quickly switch between schemes of this data type.

settingsAction

val settingsAction: DecimalSettingsAction

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.