class WordSettingsDialog : SettingsDialog<WordSettings!>
Dialog for settings of random word generation.
See Also
WordSettingsWordSettingsAction
fun createCenterPanel(): JComponent? |
|
fun doValidate(): ValidationInfo? |
|
fun loadSettings(settings: WordSettings): Unit |
|
fun saveSettings(settings: WordSettings): Unit |
open fun doOKAction(): Unit
Saves the settings and closes the dialog when the OK button is pressed. |
|
open fun getDimensionServiceKey(): String
Returns the key used to persist dialog dimensions. |
|
open fun loadSettings(): Unit
Loads the default settings object. |
|
open fun saveSettings(): Unit
Saves settings to the default settings object. |