StringSettings
data class StringSettings(schemes: MutableList<StringScheme>, currentSchemeName: String) : Settings<StringSettings, StringScheme>
Content copied to clipboard
The user-configurable collection of schemes applicable to generating strings.
See also
Constructors
StringSettings
Link copied to clipboard
fun StringSettings(schemes: MutableList<StringScheme> = DEFAULT_SCHEMES, currentSchemeName: String = DEFAULT_CURRENT_SCHEME_NAME)
Content copied to clipboard
Types
Functions
deepCopy
Link copied to clipboard
getState
Link copied to clipboard
initializeComponent
Link copied to clipboard
open fun initializeComponent()
Content copied to clipboard
loadState
Link copied to clipboard
noStateLoaded
Link copied to clipboard
open fun noStateLoaded()
Content copied to clipboard
Properties
currentScheme
Link copied to clipboard
currentSchemeName
Link copied to clipboard
schemes
Link copied to clipboard
Sources
jvm source
Link copied to clipboard