public final class LanguageSelection extends Observable
| Modifier and Type | Method and Description |
|---|---|
static LanguageSelection |
getInstance()
Singleton Pattern.
|
void |
setSelectedLocale(Locale selectedLocale)
Setter method to allow changing the language and notifying all gui elements to adapt afterwards.
|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static LanguageSelection getInstance()
public void setSelectedLocale(Locale selectedLocale)
selectedLocale - the new locale which should be set as default.Copyright © 2015–2016 openbase.org. All rights reserved.