|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprojectviewer.importer.ImporterFileFilter
public abstract class ImporterFileFilter
File filter implementation used when importing files into a project. It provides some PV-specific extensions to the jEdit filter interface.
Field Summary |
---|
Fields inherited from interface org.gjt.sp.jedit.io.VFSFileFilter |
---|
SERVICE_NAME |
Constructor Summary | |
---|---|
ImporterFileFilter()
|
Method Summary | |
---|---|
boolean |
accept(java.lang.String url)
Calls VFSFileFilter.accept(VFSFile) . |
protected void |
done()
Called by project viewer after the filter is used for importing. |
java.lang.String |
getId()
This method should return a string that uniquely identifies the filter. |
abstract 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. |
java.lang.String |
toString()
Calls getRecurseDescription(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.gjt.sp.jedit.io.VFSFileFilter |
---|
accept, getDescription |
Constructor Detail |
---|
public ImporterFileFilter()
Method Detail |
---|
public abstract java.lang.String getRecurseDescription()
It should return a short, descriptive string of what the filter does. For example, "Import all files." or "Use the CVS/Entries file."
public java.lang.String toString()
toString
in class java.lang.Object
public boolean accept(java.lang.String url)
VFSFileFilter.accept(VFSFile)
.
accept
in interface org.gjt.sp.jedit.io.VFSFileFilter
public java.lang.String getId()
protected void done()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |