Class FileChooser

All Implemented Interfaces:
Constants, ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, AncestorListener, IdvConstants
Direct Known Subclasses:
HRITChooser, Level2RadarChooser, PollingFileChooser, SuomiNPPChooser

public class FileChooser extends FileChooser implements Constants, AncestorListener
FileChooser is another "UI nicety" extension. The main difference is that this class allows choosers.xml to specify a boolean attribute, "selectdatasourceid". If disabled or not present, a FileChooser will behave exactly like a standard FileChooser.

If the attribute is present and enabled, the FileChooser's data source type will automatically select the DataSource corresponding to the chooser's "datasourceid" attribute.

See Also: