ucar.unidata.idv
Class FileHistory
java.lang.Object
ucar.unidata.idv.History
ucar.unidata.idv.FileHistory
public class FileHistory
- extends History
Holds the information needed to reload a file
- Author:
- IDV development team
|
Constructor Summary |
FileHistory()
Parameterless ctor for xml encoding/decoding |
FileHistory(String filename)
Create this FileHistory object with the given filename |
FileHistory
public FileHistory()
- Parameterless ctor for xml encoding/decoding
FileHistory
public FileHistory(String filename)
- Create this FileHistory object with the given filename
- Parameters:
filename - The name of the file or url
process
public boolean process(IntegratedDataViewer idv)
- Load in the file.
- Specified by:
process in class History
- Parameters:
idv - The IDV
- Returns:
- Was this successful