Module org.hsqldb

Class DatabaseManagerSwing.DBMPrefs

  • Enclosing class:
    DatabaseManagerSwing

    public static class DatabaseManagerSwing.DBMPrefs
    extends java.lang.Object
    Persisted User Preferences for DatabaseManagerSwing. These are settings for items in the View and Options pulldown menus, plus Help/Show Tooltips.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.File prefsFile  
    • Constructor Summary

      Constructors 
      Constructor Description
      DBMPrefs​(boolean isApplet)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void load()  
      void store()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • prefsFile

        public java.io.File prefsFile
    • Constructor Detail

      • DBMPrefs

        public DBMPrefs​(boolean isApplet)
                 throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • load

        public void load()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • store

        public void store()