Package adams.tools
Interface InputFileHandler
-
public interface InputFileHandlerFor 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 PlaceholderFilegetInputFile()Get input file.StringinputFileTipText()Returns the tip text for this property.voidsetInputFile(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.
-
-