Uses of Class
ucar.unidata.idv.ui.IdvUIManager

Packages that use IdvUIManager
ucar.unidata.idv The idv package. 
ucar.unidata.idv.ui User Interface (UI) classes for the IDV 
 

Uses of IdvUIManager in ucar.unidata.idv
 

Fields in ucar.unidata.idv declared as IdvUIManager
protected  IdvUIManager IdvBase.uiManager
          Handles creating user interfaces, etc.
 

Methods in ucar.unidata.idv that return IdvUIManager
protected  IdvUIManager IdvBase.doMakeIdvUIManager()
          Factory method to create the IdvUIManager
 IdvUIManager IdvBase.getIdvUIManager()
          Create, if needed, and return the IdvUIManager
 IdvUIManager ViewManager.getIdvUIManager()
          Get the IdvUIManager to use.
protected  IdvUIManager IdvManager.getIdvUIManager()
          Wrapper method, calling into idv
 

Methods in ucar.unidata.idv with parameters of type IdvUIManager
static void IdvManager.waitUntilDisplaysAreDone(IdvUIManager uiManager)
          A utility method that will wait until all displays are finished being created.
static void IdvManager.waitUntilDisplaysAreDone(IdvUIManager uiManager, long timeToWait)
          A utility method that will wait until all displays are finished being created.
 

Uses of IdvUIManager in ucar.unidata.idv.ui
 

Methods in ucar.unidata.idv.ui with parameters of type IdvUIManager
protected static void IdvXmlUi.processToolbarXml(Element root, IdvUIManager uiManager)
          Add in the appropriate state to the given toolbar xml
 

Constructors in ucar.unidata.idv.ui with parameters of type IdvUIManager
BundleTree(IdvUIManager uiManager, int bundleType)
          Create the tree with the given bundle type
ToolbarEditor(IdvUIManager uiManager)
          The ctor