class ArraySettingsConfigurable : SettingsConfigurable<ArraySettings, ArrayScheme>
The configurable for array settings.
See Also
ArraySettingsConfigurable(component: ArraySettingsComponent = ArraySettingsComponent())
The configurable for array settings. |
val component: ArraySettingsComponent
The user interface for changing the settings. |
fun getDisplayName(): String
Returns the name of the configurable as displayed in the settings window. |
open fun apply(): Unit
Saves the changes in the settings component to the default settings object. |
|
open fun createComponent(): JComponent?
Returns the root pane of the settings component. |
|
open fun isModified(): Boolean
Returns true if the settings were modified since they were loaded or they are invalid. |
|
open fun reset(): Unit
Discards unsaved changes in the settings component. |