Uses of Interface
ucar.unidata.util.PersistentStore

Packages that use PersistentStore
ucar.unidata.idv The idv package. 
ucar.unidata.ui User interface utilities: extensions of AWT and Swing classes. 
ucar.unidata.util General utilities. 
ucar.unidata.xml This package provides a set of Xml related classes. 
 

Uses of PersistentStore in ucar.unidata.idv
 

Classes in ucar.unidata.idv that implement PersistentStore
 class IdvObjectStore
          Provides some IDV specific extensions to the XmlObjectStore.
 

Uses of PersistentStore in ucar.unidata.ui
 

Constructors in ucar.unidata.ui with parameters of type PersistentStore
PersistentList(String objectName, PersistentStore store, String header)
          Constructor
PropertyDialog(RootPaneContainer parent, boolean modal, String title, PersistentStore store, String propertiesName)
          Deprecated. constructor
 

Uses of PersistentStore in ucar.unidata.util
 

Classes in ucar.unidata.util that implement PersistentStore
 class SerializedObjectStore
          Implements the PersistentStore interface for metApps persistent objects.
 

Methods in ucar.unidata.util with parameters of type PersistentStore
static void Debug.fetchPersistentData(PersistentStore store)
          call this when you want to fetch the persistent data
static void FileManager.setStore(PersistentStore store, String writeProperty, String readProperty)
          Set the persistent store for this FileManager.
static void Debug.storePersistentData(PersistentStore store)
          call this when you want to store the persistent data
 

Constructors in ucar.unidata.util with parameters of type PersistentStore
PreferenceList(List list, Object chosen, String listId, String chosenId, PersistentStore store)
          _more_
 

Uses of PersistentStore in ucar.unidata.xml
 

Classes in ucar.unidata.xml that implement PersistentStore
 class XmlObjectStore
          This allows us to use the XmlEncoder to read/write a Hashtable that holds a collection of persistent objects.