Package adams.tools
Interface InputFileHandler
-
public interface InputFileHandler
For tools that handle an input file.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderFile
getInputFile()
Get input file.String
inputFileTipText()
Returns the tip text for this property.void
setInputFile(PlaceholderFile value)
Set input file.
-
-
-
Method Detail
-
setInputFile
void setInputFile(PlaceholderFile value)
Set input file.- Parameters:
value
- file
-
getInputFile
PlaceholderFile getInputFile()
Get input file.- Returns:
- file
-
inputFileTipText
String inputFileTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-