DecimalSettingsConfigurable

The configurable for decimal settings.

See also

Constructors

DecimalSettingsConfigurable
Link copied to clipboard
fun DecimalSettingsConfigurable(component: DecimalSettingsComponent = DecimalSettingsComponent())

Functions

apply
Link copied to clipboard
open override fun apply()
Saves the changes in the settings component to the default settings object.
cancel
Link copied to clipboard
open fun cancel()
createComponent
Link copied to clipboard
open override fun createComponent(): JComponent?
Returns the root pane of the settings component.
disposeUIResources
Link copied to clipboard
open fun disposeUIResources()
getDisplayName
Link copied to clipboard
open override fun getDisplayName(): String
Returns the name of the configurable as displayed in the settings window.
getHelpTopic
Link copied to clipboard
@Nullable()
@NonNls()
@Contract(pure = true)
open fun getHelpTopic(): @Nullable() @NonNls() String?
getPreferredFocusedComponent
Link copied to clipboard
open fun getPreferredFocusedComponent(): JComponent
isModified
Link copied to clipboard
open override fun isModified(): Boolean
Returns true if the settings were modified since they were loaded or they are invalid.
open fun <T : Any> isModified(@NotNull() p0: @NotNull() ComboBox<T>, p1: T): Boolean
open fun isModified(@NotNull() p0: @NotNull() JTextField, @NotNull() p1: @NotNull() String): Boolean
open fun isModified(@NotNull() p0: @NotNull() JToggleButton, p1: Boolean): Boolean
open fun isModified(@NotNull() p0: @NotNull() JTextField, p1: Int, @NotNull() p2: @NotNull() UINumericRange): Boolean
reset
Link copied to clipboard
open override fun reset()
Discards unsaved changes in the settings component.

Sources

jvm source
Link copied to clipboard