Interface FileChooserBox.Filter

  • Enclosing class:
    FileChooserBox

    public static interface FileChooserBox.Filter
    Interface used if you want to filter the files that will be added to the tree.
    • Method Detail

      • accept

        boolean accept​(File f)
                throws IOException
        Must return true if the file is to be added to the tree.
        Throws:
        IOException