|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserSettingsManager
Denotes a manager for user-settings, which are either implicit (e.g. window size and placement), or explicit settings (e.g, settings explicitly made by the user).
Method Summary | |
---|---|
void |
loadUserSettings(File aUserSettingsFile,
Project aProject)
Loads the user settings for the given project. |
void |
saveUserSettings(File aUserSettingsFile,
Project aProject)
Saves the user settings for the given project. |
Method Detail |
---|
void loadUserSettings(File aUserSettingsFile, Project aProject)
aUserSettingsFile
- the file to load the user settings from, cannot be
null
;aProject
- the project to load the user settings for, cannot be
null
.void saveUserSettings(File aUserSettingsFile, Project aProject)
aUserSettingsFile
- the file to write the user settings to, cannot be
null
;aProject
- the project to save the user settings for, cannot be
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |