|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.browser.VFSBrowser.DirectoriesOnlyFilter
public static class VFSBrowser.DirectoriesOnlyFilter
| Field Summary |
|---|
| Fields inherited from interface org.gjt.sp.jedit.io.VFSFileFilter |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
VFSBrowser.DirectoriesOnlyFilter()
|
|
| Method Summary | |
|---|---|
boolean |
accept(java.lang.String url)
Same thing as VFSFileFilter.accept(VFSFile) above, but operates on
the raw URL instead of a VFSFile object. |
boolean |
accept(VFSFile file)
Should return whether the entry represented by the given URL should be listed in the browser view. |
java.lang.String |
getDescription()
Returns the description of the filter, to be used in the VFSBrowser window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VFSBrowser.DirectoriesOnlyFilter()
| Method Detail |
|---|
public boolean accept(VFSFile file)
VFSFileFilter
accept in interface VFSFileFilterpublic boolean accept(java.lang.String url)
VFSFileFilterVFSFileFilter.accept(VFSFile) above, but operates on
the raw URL instead of a VFSFile object.
accept in interface VFSFileFilterpublic java.lang.String getDescription()
VFSFileFilter
getDescription in interface VFSFileFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||