ArraySettings 
            data class ArraySettings(schemes: MutableList<ArrayScheme>, currentSchemeName: String) : Settings<ArraySettings, ArrayScheme> 
Content copied to clipboard
The user-configurable collection of schemes applicable to generating arrays.
See also
Constructors
ArraySettings
                          
                    Link copied to clipboard
                        fun ArraySettings(schemes: MutableList<ArrayScheme> = 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