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 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.