Package | Description |
---|---|
ucar.unidata.data |
The data package.
|
ucar.unidata.idv |
The idv package.
|
ucar.unidata.idv.control |
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
|
ucar.unidata.ui |
User interface utilities: extensions of AWT and Swing classes.
|
ucar.unidata.xml |
This package provides a set of Xml related classes.
|
Modifier and Type | Method and Description |
---|---|
XmlObjectStore |
DataContext.getObjectStore()
Return the
XmlObjectStore that is used
to get and store persistent user state. |
Modifier and Type | Class and Description |
---|---|
class |
IdvObjectStore
Provides some IDV specific extensions to the XmlObjectStore.
|
Modifier and Type | Method and Description |
---|---|
XmlObjectStore |
IdvBase.getObjectStore()
This simply returns the call to getStore.
|
XmlObjectStore |
ControlContext.getObjectStore()
Return the
XmlObjectStore that is used
to get and store persistent user state. |
XmlObjectStore |
ViewManager.getStore()
Wrapper around
IdvBase.getStore() |
Modifier and Type | Method and Description |
---|---|
protected void |
IdvPreferenceManager.applyEventPreferences(XmlObjectStore theStore)
Apply the mouse/scroll/keyboard preferences
|
void |
IdvProjectionManager.applyProjectionPreferences(XmlObjectStore store,
java.lang.Object data)
Store the projection preferences.
|
protected static void |
IdvPreferenceManager.applyWidgets(java.util.Hashtable widgets,
XmlObjectStore store)
A utility that goes through the set of widgets (String preference name to
UI widget), finds their value and adds it into the given store.
|
static javax.swing.JPanel |
IdvPreferenceManager.makePrefPanel(java.lang.Object[][] objects,
java.util.Hashtable widgets,
XmlObjectStore store)
Make a checkbox preference panel
|
Modifier and Type | Method and Description |
---|---|
XmlObjectStore |
DisplayControlImpl.getObjectStore()
Return the object store from the getControlContext
|
XmlObjectStore |
DisplayControlImpl.getStore()
Get the object store
|
Modifier and Type | Method and Description |
---|---|
XmlObjectStore |
HelpTipDialog.getStore()
Get the persistence store
|
Constructor and Description |
---|
HelpTipDialog(XmlResourceCollection resources,
java.awt.event.ActionListener actionListener,
XmlObjectStore store,
java.lang.Class origin,
boolean showByDefault)
Create the HelpTipDialog
|
Modifier and Type | Method and Description |
---|---|
void |
PreferenceManager.applyPreference(XmlObjectStore store,
java.lang.Object data)
Apply the preference.
|