class WordSettingsAction : SettingsAction<WordSettings>
Controller for random string generation settings.
See Also
| WordSettingsAction()Controller for random string generation settings. | 
| val configurableClass: Class<WordSettingsConfigurable>The class of the configurable maintaining the settings. | |
| val title: StringThe name of the action. | 
| open fun actionPerformed(event: AnActionEvent): UnitOpens the IntelliJ settings menu at the right location to adjust the configurable of type configurableClass. | |
| open fun update(event: AnActionEvent): UnitSets the title of this action. |