public class AllFilesFilter extends ImporterFileFilter
| Constructor and Description |
|---|
AllFilesFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.String url)
Calls
VFSFileFilter.accept(VFSFile). |
boolean |
accept(org.gjt.sp.jedit.io.VFSFile file) |
java.lang.String |
getDescription() |
java.lang.String |
getRecurseDescription()
This method will be called by the toString() method when showing this
filter as an option to the dialog shown when asking about whether the
user wants to recurse into the directories selected for importing.
|
done, getId, toStringpublic java.lang.String getDescription()
public boolean accept(org.gjt.sp.jedit.io.VFSFile file)
public boolean accept(java.lang.String url)
ImporterFileFilterVFSFileFilter.accept(VFSFile).accept in interface org.gjt.sp.jedit.io.VFSFileFilteraccept in class ImporterFileFilterpublic java.lang.String getRecurseDescription()
ImporterFileFilterIt should return a short, descriptive string of what the filter does. For example, "Import all files." or "Use the CVS/Entries file."
getRecurseDescription in class ImporterFileFilter