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