java.lang.Object
javax.swing.filechooser.FileFilter
org.merlotxml.merlot.MerlotLibFileFilter
- All Implemented Interfaces:
- java.io.FilenameFilter
- public class MerlotLibFileFilter
- extends javax.swing.filechooser.FileFilter
- implements java.io.FilenameFilter
|
Method Summary |
boolean |
accept(java.io.File f)
Returns true if the specified file matches the filter, and
false otherwise. |
boolean |
accept(java.io.File dir,
java.lang.String name)
This method determines whether or not a given file should be included
in a directory listing. |
java.lang.String |
getDescription()
Returns a description of the files that will be selected by the filter
(for example, "Java source files"). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MerlotLibFileFilter
public MerlotLibFileFilter()
accept
public boolean accept(java.io.File f)
- Description copied from class:
javax.swing.filechooser.FileFilter
- Returns
true if the specified file matches the filter, and
false otherwise.
accept
public boolean accept(java.io.File dir,
java.lang.String name)
- Description copied from interface:
java.io.FilenameFilter
- This method determines whether or not a given file should be included
in a directory listing.
- Specified by:
accept in interface java.io.FilenameFilter
getDescription
public java.lang.String getDescription()
- Description copied from class:
javax.swing.filechooser.FileFilter
- Returns a description of the files that will be selected by the filter
(for example, "Java source files"). This description will usually be
displayed on the javax.swing.JFileChooser component, often in a combo box that
is used to select the appropriate filter (in cases where more than one
filter is available).