Previous: Core IDV Next: Major Components Table of contents Frames User guide
Unidata IDV Workshop for version 6.2u2 > Java Developer Topics > IDV Architecture

5.1.1 Managers and Editors
The IDV is a central object for the construction and orchestration of a set of Managers, each of which is responsible for different areas of functionality. For example, the ucar.unidata.idv.ArgsManager is responsible for the processing of the command line arguments. The ucar.unidata.idv.IdvResourceManager is responsible for initializing and managing the resources that configure the IDV.

The base class, ucar.unidata.idv.IdvBase contains references to the different managers and methods for accessing and creating them. These methods follow the pattern:

   DataManager getDataManager()
   DataManager doMakeDataManager()

 


Previous: Core IDV Next: Major Components Table of contents Frames User guide
Unidata IDV Workshop for version 6.2u2 > Java Developer Topics > IDV Architecture