Example usage for Java javax.swing.filechooser FileFilter fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | accept(File f) Whether the given file is accepted by this filter. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | getDescription() The description of this filter. |