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

DecimalSettingsAction

class DecimalSettingsAction : SettingsAction<DecimalSettings>

Controller for random decimal generation settings.

See Also

DecimalSettings

DecimalSettingsComponent

Constructors

<init>

DecimalSettingsAction()

Controller for random decimal generation settings.

Properties

configurableClass

val configurableClass: Class<DecimalSettingsConfigurable>

The class of the configurable maintaining the settings.

title

val title: String

The name of the action.

Inherited Functions

actionPerformed

open fun actionPerformed(event: AnActionEvent): Unit

Opens the IntelliJ settings menu at the right location to adjust the configurable of type configurableClass.

update

open fun update(event: AnActionEvent): Unit

Sets the title of this action.