IntegerSettingsConfigurable  
    class IntegerSettingsConfigurable(component: IntegerSettingsComponent = IntegerSettingsComponent()) : SettingsConfigurable<IntegerSettings, IntegerScheme> (source)
The configurable for integer settings.
See also
Constructors
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