class UuidSettingsAction : SettingsAction<UuidSettings>
Controller for random UUID generation settings.
See Also
UuidSettingsAction()
Controller for random UUID generation settings. |
val configurableClass: Class<UuidSettingsConfigurable>
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. |