public class NonProjectFileFilter extends ImporterFileFilter
| Constructor and Description |
|---|
NonProjectFileFilter(VPTProject project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(java.lang.String url)
Calls
VFSFileFilter.accept(VFSFile). |
boolean |
accept(org.gjt.sp.jedit.io.VFSFile f) |
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 NonProjectFileFilter(VPTProject project)
public java.lang.String getDescription()
public 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 ImporterFileFilterpublic boolean accept(org.gjt.sp.jedit.io.VFSFile f)
public boolean accept(java.lang.String url)
ImporterFileFilterVFSFileFilter.accept(VFSFile).accept in interface org.gjt.sp.jedit.io.VFSFileFilteraccept in class ImporterFileFilter