intellij-randomness / com.fwdekker.randomness / SettingsComponent / isModified

isModified

fun isModified(): Boolean

Returns true if this component contains unsaved changes.

Return
true if this component contains unsaved changes

open fun isModified(settings: S): Boolean

Returns true if this component contains unsaved changes.

Implement this method only if meaningful changes can be made to the settings object that are not detected using the settings' equals method.

Parameters

settings - the settings as they were loaded into the component

Return
true if this component contains unsaved changes