class StringSettingsAction : DataSettingsAction
Controller for random string generation settings.
See Also
StringSettingsAction()
Controller for random string generation settings. |
val configurableClass: Class<StringSettingsConfigurable>
The class of the configurable maintaining the settings. |
|
val title: 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. |