Interface FileFilter

All Known Implementing Classes:
ExtensionFileFilter

public interface FileFilter
A file filter for FileChooser.
Author:
Dirk Moebius
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(File file)
    Whether the given file is accepted by this filter.
    A human readable description of this file filter.
  • Method Details

    • accept

      boolean accept(File file)
      Whether the given file is accepted by this filter.
    • getDescription

      String getDescription()
      A human readable description of this file filter.