Uses of Interface
ucar.unidata.util.PersistentStore
Packages that use PersistentStore
Package
Description
The idv package.
User interface utilities: extensions of AWT and Swing classes.
General utilities.
This package provides a set of Xml related classes.
-
Uses of PersistentStore in ucar.unidata.idv
Classes in ucar.unidata.idv that implement PersistentStoreModifier and TypeClassDescriptionclass
Provides some IDV specific extensions to the XmlObjectStore. -
Uses of PersistentStore in ucar.unidata.ui
Constructors in ucar.unidata.ui with parameters of type PersistentStoreModifierConstructorDescriptionPersistentList
(String objectName, PersistentStore store, String header) ConstructorPropertyDialog
(RootPaneContainer parent, boolean modal, String title, PersistentStore store, String propertiesName) constructor -
Uses of PersistentStore in ucar.unidata.util
Classes in ucar.unidata.util that implement PersistentStoreModifier and TypeClassDescriptionclass
Implements the PersistentStore interface for metApps persistent objects.Methods in ucar.unidata.util with parameters of type PersistentStoreModifier and TypeMethodDescriptionstatic void
Debug.fetchPersistentData
(PersistentStore store) call this when you want to fetch the persistent datastatic 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 dataConstructors in ucar.unidata.util with parameters of type PersistentStoreModifierConstructorDescriptionPreferenceList
(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 PersistentStoreModifier and TypeClassDescriptionclass
This allows us to use theXmlEncoder
to read/write a Hashtable that holds a collection of persistent objects.