Uses of Class
ucar.unidata.idv.IdvObjectStore

Packages that use IdvObjectStore
ucar.unidata.idv The idv package. 
 

Uses of IdvObjectStore in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return IdvObjectStore
protected  IdvObjectStore StateManager.doMakeObjectStore()
          Factory method to create the IdvObjectStore.
 IdvObjectStore IdvBase.getStore()
          Create the IdvObjectStore (if null) and return it.
 IdvObjectStore StateManager.getStore()
          Create the IdvObjectStore, if needed, and return it.
protected  IdvObjectStore IdvManager.getStore()
          Wrapper method, calling into idv
 

Methods in ucar.unidata.idv with parameters of type IdvObjectStore
protected  void StateManager.initObjectStore(IdvObjectStore store)
          Initialize the given object store.