public class UserSettingsController extends Object
| Constructor and Description |
|---|
UserSettingsController(ForegroundPane foregroundPane) |
| Modifier and Type | Method and Description |
|---|---|
javafx.collections.ObservableList<Language> |
getAvailableLanguages()
Getter for the availableLanguages List.
|
javafx.collections.ObservableList<String> |
getAvailableThemes()
Getter for the availableThemes List.
|
javafx.scene.control.ChoiceBox<Language> |
getLanguageChoice()
Getter for the languageChoice ChoiceBox.
|
javafx.scene.layout.VBox |
getRoot() |
javafx.scene.control.ChoiceBox<String> |
getThemeChoice()
Getter for the themeChoice ChoiceBox.
|
void |
initialize() |
public UserSettingsController(ForegroundPane foregroundPane)
public void initialize()
public javafx.scene.control.ChoiceBox<String> getThemeChoice()
public javafx.scene.control.ChoiceBox<Language> getLanguageChoice()
public javafx.collections.ObservableList<String> getAvailableThemes()
public javafx.collections.ObservableList<Language> getAvailableLanguages()
public javafx.scene.layout.VBox getRoot()
Copyright © 2015–2017 openbase.org. All rights reserved.