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, toString
public NonProjectFileFilter(VPTProject project)
public java.lang.String getDescription()
public java.lang.String getRecurseDescription()
ImporterFileFilter
It 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
public boolean accept(org.gjt.sp.jedit.io.VFSFile f)
public boolean accept(java.lang.String url)
ImporterFileFilter
VFSFileFilter.accept(VFSFile)
.accept
in interface org.gjt.sp.jedit.io.VFSFileFilter
accept
in class ImporterFileFilter