Class UserPreferences

java.lang.Object
com.webcodepro.applecommander.ui.UserPreferences

public class UserPreferences extends Object
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 Details

    • getInstance

      public static UserPreferences getInstance()
      Get the singleton UserPreferences.
    • save

      public void save()
      Save the user preferences to disk.
    • getDiskImageDirectory

      public String getDiskImageDirectory()
      Get the disk image directory (used for "open" command).
    • getExportDirectory

      public String getExportDirectory()
      Get the export directory.
    • getCompileDirectory

      public String getCompileDirectory()
      Get the compile directory.
    • getSaveDirectory

      public String getSaveDirectory()
      Get the save directory.
    • getImportDirectory

      public String getImportDirectory()
      Get the import directory.
    • setDiskImageDirectory

      public void setDiskImageDirectory(String diskImageDirectory)
      Set the disk image directory.
    • setExportDirectory

      public void setExportDirectory(String exportDirectory)
      Set the export directory.
    • setCompileDirectory

      public void setCompileDirectory(String compileDirectory)
      Set the compile directory.
    • setSaveDirectory

      public void setSaveDirectory(String saveDirectory)
      Set the save directory.
    • setImportDirectory

      public void setImportDirectory(String importDirectory)
      Set the import directory.