canRenameScheme

open override fun canRenameScheme(scheme: T): Boolean

Returns true if the given scheme can be renamed.

Because only the default scheme cannot be renamed, this method is equivalent to differsFromDefault.

Return

true if the given scheme can be renamed

Parameters

scheme

the scheme to check for renamability

Sources

jvm source
Link copied to clipboard