Package com.webcodepro.applecommander.ui
Class UserPreferences
java.lang.Object
com.webcodepro.applecommander.ui.UserPreferences
Provide a generalized and common mechanism to handle user preferences throughout
all AppleCommander user interfaces.
Date created: Nov 18, 2002 10:08:34 PM
-
Method Summary
Modifier and TypeMethodDescriptionGet the compile directory.Get the disk image directory (used for "open" command).Get the export directory.Get the import directory.static UserPreferences
Get the singleton UserPreferences.Get the save directory.void
save()
Save the user preferences to disk.void
setCompileDirectory
(String compileDirectory) Set the compile directory.void
setDiskImageDirectory
(String diskImageDirectory) Set the disk image directory.void
setExportDirectory
(String exportDirectory) Set the export directory.void
setImportDirectory
(String importDirectory) Set the import directory.void
setSaveDirectory
(String saveDirectory) Set the save directory.
-
Method Details
-
getInstance
Get the singleton UserPreferences. -
save
public void save()Save the user preferences to disk. -
getDiskImageDirectory
Get the disk image directory (used for "open" command). -
getExportDirectory
Get the export directory. -
getCompileDirectory
Get the compile directory. -
getSaveDirectory
Get the save directory. -
getImportDirectory
Get the import directory. -
setDiskImageDirectory
Set the disk image directory. -
setExportDirectory
Set the export directory. -
setCompileDirectory
Set the compile directory. -
setSaveDirectory
Set the save directory. -
setImportDirectory
Set the import directory.
-