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

IntegerSettingsDialog

class IntegerSettingsDialog : SettingsDialog<IntegerSettings!>

Dialog for settings of random integer generation.

See Also
IntegerSettingsIntegerSettingsAction

Functions

createCenterPanel

fun createCenterPanel(): JComponent?

doValidate

fun doValidate(): ValidationInfo?

loadSettings

fun loadSettings(settings: IntegerSettings): Unit

saveSettings

fun saveSettings(settings: IntegerSettings): Unit

Inherited Functions

doOKAction

open fun doOKAction(): Unit

Saves the settings and closes the dialog when the OK button is pressed.

getDimensionServiceKey

open fun getDimensionServiceKey(): String

Returns the key used to persist dialog dimensions.

loadSettings

open fun loadSettings(): Unit

Loads the default settings object.

saveSettings

open fun saveSettings(): Unit

Saves settings to the default settings object.