| Package | Description |
|---|---|
| org.openbase.bco.bcozy.controller |
Created by julian on 12.11.15.
|
| org.openbase.bco.bcozy.util |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Language> |
UserSettingsController.getAvailableLanguages()
Getter for the availableLanguages List.
|
javafx.scene.control.ChoiceBox<Language> |
UserSettingsController.getLanguageChoice()
Getter for the languageChoice ChoiceBox.
|
| Modifier and Type | Method and Description |
|---|---|
Language |
Languages.get(Locale locale)
Returns the available Language with the locale or defaults to "en_US"
|
Language |
Languages.get(String name)
Returns the available Language with the name or defaults to "en_US"
|
| Modifier and Type | Method and Description |
|---|---|
List<Language> |
Languages.get() |
Copyright © 2015–2017 openbase.org. All rights reserved.