intellij-randomness / com.fwdekker.randomness.integer / IntegerSettingsAction

IntegerSettingsAction

class IntegerSettingsAction : SettingsAction

Controller for random integer generation settings.

See Also

IntegerSettings

IntegerSettingsDialog

Constructors

<init>

IntegerSettingsAction()

Controller for random integer generation settings.

Properties

title

val title: String

The title of the dialog to display.

Functions

createDialog

fun createDialog(): IntegerSettingsDialog

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.