Unidata IDV Workshop for version 6.0  > Java Developer Topics  > IDV Architecture  
5.1.2 Major Components
The IntegratedDataViewer class serves as the central coordinator for 
choosing of data, handling of data, displays and views.
-  Choosers select data (e.g., file system, radar chooser).
 -  The selected files/urls passed to the data sub-system.
 -  Displays are instantiated with the data.
 -  Displays are shown in views.
 
 
 
 
Unidata IDV Workshop for version 6.0  > Java Developer Topics  > IDV Architecture