SettingsConfigurable
A configurable to change settings of type S.
Allows the settings to be displayed in IntelliJ's settings window.
Parameters
S
the type of settings the configurable changes.
T
the type of scheme the configurable contains
Inheritors
Functions
Link copied to clipboard
Returns the root pane of the settings component.
Link copied to clipboard
Link copied to clipboard
Returns the name of the configurable as displayed in the settings window.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns true if the settings were modified since they were loaded or they are invalid.
open fun isModified(@NotNull p0: @NotNull JTextField, p1: Int, @NotNull p2: @NotNull UINumericRange): Boolean