intellij-randomness / com.fwdekker.randomness.string / StringSettingsAction

StringSettingsAction

class StringSettingsAction : SettingsAction

Controller for random string generation settings.

See Also

StringSettings

StringSettingsDialog

Constructors

<init>

StringSettingsAction()

Controller for random string generation settings.

Properties

title

val title: String

The title of the dialog to display.

Functions

createDialog

fun createDialog(): StringSettingsDialog

Returns the dialog to display.

Inherited Functions

actionPerformed

open fun actionPerformed(event: AnActionEvent): Unit

Creates and displays a modal dialog for changing settings.

update

open fun update(event: AnActionEvent): Unit

Sets the title of this action.