intellij-randomness / com.fwdekker.randomness.decimal / DecimalSettingsAction / DecimalQuickSwitchSchemeAction

DecimalQuickSwitchSchemeAction

class DecimalQuickSwitchSchemeAction : DataQuickSwitchSchemeAction<DecimalScheme>

Opens a popup to allow the user to quickly switch to the selected scheme.

Parameters

settings - the settings containing the schemes that can be switched between

Constructors

<init>

DecimalQuickSwitchSchemeAction(settings: DecimalSettings = DecimalSettings.default)

Opens a popup to allow the user to quickly switch to the selected scheme.

Properties

name

val name: String

The name of the action.

Inherited Functions

fillActions

open fun fillActions(project: Project?, group: DefaultActionGroup, dataContext: DataContext): Unit

Adds actions for all schemes in settings to the given group.

update

open fun update(event: AnActionEvent): Unit

Sets the title and icon of this action.