Uses of Class
ucar.unidata.xml.XmlObjectStore
Packages that use XmlObjectStore
Package
Description
The data package.
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
display.
User interface utilities: extensions of AWT and Swing classes.
This package provides a set of Xml related classes.
-
Uses of XmlObjectStore in ucar.unidata.data
Methods in ucar.unidata.data that return XmlObjectStoreModifier and TypeMethodDescriptionDataContext.getObjectStore()
Return theXmlObjectStore
that is used to get and store persistent user state. -
Uses of XmlObjectStore in ucar.unidata.idv
Subclasses of XmlObjectStore in ucar.unidata.idvModifier and TypeClassDescriptionclass
Provides some IDV specific extensions to the XmlObjectStore.Methods in ucar.unidata.idv that return XmlObjectStoreModifier and TypeMethodDescriptionControlContext.getObjectStore()
Return theXmlObjectStore
that is used to get and store persistent user state.IdvBase.getObjectStore()
This simply returns the call to getStore.ViewManager.getStore()
Wrapper aroundIdvBase.getStore()
Methods in ucar.unidata.idv with parameters of type XmlObjectStoreModifier and TypeMethodDescriptionprotected void
IdvPreferenceManager.applyEventPreferences
(XmlObjectStore theStore) Apply the mouse/scroll/keyboard preferencesvoid
IdvProjectionManager.applyProjectionPreferences
(XmlObjectStore store, Object data) Store the projection preferences.protected static void
IdvPreferenceManager.applyWidgets
(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 JPanel
IdvPreferenceManager.makePrefPanel
(Object[][] objects, Hashtable widgets, XmlObjectStore store) Make a checkbox preference panel -
Uses of XmlObjectStore in ucar.unidata.idv.control
Methods in ucar.unidata.idv.control that return XmlObjectStoreModifier and TypeMethodDescriptionDisplayControlImpl.getObjectStore()
Return the object store from the getControlContextDisplayControlImpl.getStore()
Get the object store -
Uses of XmlObjectStore in ucar.unidata.ui
Methods in ucar.unidata.ui that return XmlObjectStoreConstructors in ucar.unidata.ui with parameters of type XmlObjectStoreModifierConstructorDescriptionHelpTipDialog
(XmlResourceCollection resources, ActionListener actionListener, XmlObjectStore store, Class origin, boolean showByDefault) Create the HelpTipDialog -
Uses of XmlObjectStore in ucar.unidata.xml
Methods in ucar.unidata.xml with parameters of type XmlObjectStoreModifier and TypeMethodDescriptionvoid
PreferenceManager.applyPreference
(XmlObjectStore store, Object data) Apply the preference.