Package application.model
Klasse SessionInfos
java.lang.Object
application.model.SessionInfos
This holds a lot of information for the app.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSessionInfos(MainController mainController) Loads the saved properties or gets the default values. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungjavafx.beans.property.StringPropertyjavafx.collections.ObservableList<Person> javafx.collections.ObservableList<PersonsInAMonthWeek> javafx.collections.ObservableList<PersonsInAWeek> javafx.collections.ObservableList<Person> voidresets the nextBirthdays and recentBirthdaysvoidsetAppLocale(Locale appLocale) voidsetSaveFile(File saveFile) voidResets and updates all sublists
-
Konstruktordetails
-
SessionInfos
Loads the saved properties or gets the default values.- Parameter:
mainController- TheMainControllerof the application.
-
-
Methodendetails
-
getRecentFileNames
-
getAppLocale
- Gibt zurück:
- the appLocale
-
setAppLocale
- Parameter:
appLocale- the appLocale to set
-
getBirthdaysThisWeek
- Gibt zurück:
- the birthdaysThisWeek
-
getFileToOpenName
public javafx.beans.property.StringProperty getFileToOpenName()- Gibt zurück:
- the fileToOpenName
-
getNextBirthdays
- Gibt zurück:
- the nextBirthdays
-
getPersonsInAWeekList
- Gibt zurück:
- the personsInAWeekList
-
getPersonsInAMonthList
-
getRecentBirthdays
- Gibt zurück:
- the recentBirthdays
-
resetSubLists
public void resetSubLists()resets the nextBirthdays and recentBirthdays -
updateSubLists
public void updateSubLists()Resets and updates all sublistsSublists
nextBirthdaysrecentBirthdaysbirthdaysThisWeekpersonsInAMonthList
-
getSaveFile
-
setSaveFile
-