class ArraySettingsAction : DataSettingsAction
Controller for random array generation settings.
See Also
class ArrayQuickSwitchSchemeAction : DataQuickSwitchSchemeAction<ArrayScheme>
Opens a popup to allow the user to quickly switch to the selected scheme. |
ArraySettingsAction()
Controller for random array generation settings. |
val configurableClass: Class<ArraySettingsConfigurable>
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. |