intellij-randomness / com.fwdekker.randomness.uuid / UuidSettingsAction

UuidSettingsAction

class UuidSettingsAction : DataSettingsAction

Controller for random UUID generation settings.

See Also

UuidSettings

UuidSettingsComponent

Types

UuidQuickSwitchSchemeAction

class UuidQuickSwitchSchemeAction : DataQuickSwitchSchemeAction<UuidScheme>

Opens a popup to allow the user to quickly switch to the selected scheme.

Constructors

<init>

UuidSettingsAction()

Controller for random UUID generation settings.

Properties

configurableClass

val configurableClass: Class<UuidSettingsConfigurable>

The class of the configurable maintaining the settings.

name

val name: String

The name of the action.

Inherited Functions

actionPerformed

open fun actionPerformed(event: AnActionEvent): Unit

Opens the IntelliJ settings menu at the right location to adjust the configurable of type configurableClass.

update

open fun update(event: AnActionEvent): Unit

Sets the title of this action.