Interface Reader

    • Method Detail

      • getFileFilter

        javax.swing.filechooser.FileFilter getFileFilter()
        Returns:
        the file filter which can be used for a file-open dialog.
      • getDescription

        java.lang.String getDescription()
        Returns:
        a description of the files to handle
      • isHandling

        boolean isHandling​(java.util.List<java.io.File> files)
        Parameters:
        files - the files to test
        Returns:
        true if this Reader can handle all the given files, false if not