intellij-randomness / com.fwdekker.randomness.decimal / DecimalSettingsConfigurable

DecimalSettingsConfigurable

class DecimalSettingsConfigurable : SettingsConfigurable<DecimalSettings>

The configurable for decimal settings.

See Also

DecimalSettingsAction

Constructors

<init>

DecimalSettingsConfigurable(component: DecimalSettingsComponent = DecimalSettingsComponent())

The configurable for decimal settings.

Properties

component

val component: DecimalSettingsComponent

The user interface for changing the settings.

Functions

getDisplayName

fun getDisplayName(): String

Returns the name of the configurable as displayed in the settings window.

Inherited Functions

apply

open fun apply(): Unit

Saves the changes in the settings component to the default settings object.

createComponent

open fun createComponent(): JComponent?

Returns the root pane of the settings component.

isModified

open fun isModified(): Boolean

Returns true if the settings were modified since they were loaded.

reset

open fun reset(): Unit

Discards unsaved changes in the settings component.