Previous:  Data Choosers Next: Creating a Weather Text Data Chooser Table of contents Frames User guide
Unidata IDV Workshop for version 6.2u2 > Java Developer Topics > Data Choosers

5.4.0 Overview of Data Choosers
Data Choosers allow users to select data of a particular type/format an bring them into the IDV. The ucar.unidata.idv.chooser package holds the core choosers.

Some of the IDV choosers are:

Choosers generally extend from the IdvChooser class and need to implement the following methods: Once a chooser class is created, it can be added to the IDV by creating a choosers.xml file. Let's look at the sample here.

 


Previous:  Data Choosers Next: Creating a Weather Text Data Chooser Table of contents Frames User guide
Unidata IDV Workshop for version 6.2u2 > Java Developer Topics > Data Choosers