class DecimalSettingsAction : DataSettingsAction
Controller for random decimal generation settings.
See Also
class DecimalQuickSwitchSchemeAction : DataQuickSwitchSchemeAction<DecimalScheme>
Opens a popup to allow the user to quickly switch to the selected scheme. |
DecimalSettingsAction()
Controller for random decimal generation settings. |
val configurableClass: Class<DecimalSettingsConfigurable>
The class of the configurable maintaining the settings. |
|
val name: String
The name of the action. |
open fun actionPerformed(event: AnActionEvent): Unit
Opens the IntelliJ settings menu at the right location to adjust the configurable of type configurableClass. |
|
open fun update(event: AnActionEvent): Unit
Sets the title of this action. |