Package com.fwdekker.randomness.uuid   
            Insertion of random UUIDs.
Types
UuidGroupAction
                          
                    
                  Link copied to clipboard
                        UuidInsertAction
                          
                    
                  Link copied to clipboard
                        UuidScheme
                          
                    Link copied to clipboard
                        data class UuidScheme(myName: String, version: Int, enclosure: String, capitalization: CapitalizationMode, addDashes: Boolean) : Scheme<UuidScheme> 
Content copied to clipboard
UuidSettings
                          
                    Link copied to clipboard
                        data class UuidSettings(schemes: MutableList<UuidScheme>, currentSchemeName: String) : Settings<UuidSettings, UuidScheme> 
Content copied to clipboard
UuidSettingsAction
                          
                    
                  Link copied to clipboard
                        UuidSettingsComponent
                          
                    Link copied to clipboard
                        class UuidSettingsComponent(settings: UuidSettings) : SettingsComponent<UuidSettings, UuidScheme> 
Content copied to clipboard
UuidSettingsConfigurable
                          
                    Link copied to clipboard
                        class UuidSettingsConfigurable(component: UuidSettingsComponent) : SettingsConfigurable<UuidSettings, UuidScheme> 
Content copied to clipboard