WordSettingsConfigurable  
    class WordSettingsConfigurable(component: WordSettingsComponent = WordSettingsComponent()) : SettingsConfigurable<WordSettings, WordScheme> (source)
The configurable for word settings.
See also
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