Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
IdvObjectStore
Provides some IDV specific extensions to the XmlObjectStore.
|
Constructor and Description |
---|
PersistentList(java.lang.String objectName,
PersistentStore store,
java.lang.String header)
Constructor
|
PropertyDialog(javax.swing.RootPaneContainer parent,
boolean modal,
java.lang.String title,
PersistentStore store,
java.lang.String propertiesName)
Deprecated.
constructor
|
Modifier and Type | Class and Description |
---|---|
class |
SerializedObjectStore
Implements the PersistentStore interface for metApps persistent objects.
|
Modifier and Type | Method and Description |
---|---|
static void |
Debug.fetchPersistentData(PersistentStore store)
call this when you want to fetch the persistent data
|
static void |
FileManager.setStore(PersistentStore store,
java.lang.String writeProperty,
java.lang.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
|
Constructor and Description |
---|
PreferenceList(java.util.List list,
java.lang.Object chosen,
java.lang.String listId,
java.lang.String chosenId,
PersistentStore store)
_more_
|
Modifier and Type | Class and Description |
---|---|
class |
XmlObjectStore
This allows us to use the
XmlEncoder to read/write a Hashtable that holds a collection
of persistent objects. |