Package adams.gui.chooser
Interface FileTypeDeterminingFileChooser<R,W>
-
- Type Parameters:
R- the type of reader to useW- the type of writer to use
- All Known Implementing Classes:
AdamsExperimentFileChooser,EmailFileChooser,FlowFileChooser,ParameterMapFileChooser,SpreadSheetFileChooser,WekaFileChooser
public interface FileTypeDeterminingFileChooser<R,W>Interface for file choosers that support the determination of readers and writers based on filenames (namely extensions).- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RgetReaderForFile(File file)Returns the reader for the specified file.WgetWriterForFile(File file)Returns the writer for the specified file.
-