Uses of Interface
org.gjt.sp.jedit.io.VFSFileFilter

Packages that use VFSFileFilter
org.gjt.sp.jedit.browser jEdit's file system browser. 
org.gjt.sp.jedit.io Virtual file system and multi-threaded I/O. 
 

Uses of VFSFileFilter in org.gjt.sp.jedit.browser
 

Classes in org.gjt.sp.jedit.browser that implement VFSFileFilter
static class VFSBrowser.DirectoriesOnlyFilter
           
 

Methods in org.gjt.sp.jedit.browser that return VFSFileFilter
 VFSFileFilter VFSBrowser.getVFSFileFilter()
          Returns the currently active VFSFileFilter.
 

Methods in org.gjt.sp.jedit.browser with parameters of type VFSFileFilter
 void VFSBrowser.addVFSFileFilter(VFSFileFilter filter)
          Adds a file filter to the browser.
 

Uses of VFSFileFilter in org.gjt.sp.jedit.io
 

Classes in org.gjt.sp.jedit.io that implement VFSFileFilter
 class GlobVFSFileFilter
          Implementation of VFSFileFilter that uses Unix-style globs to filter files.
 

Methods in org.gjt.sp.jedit.io with parameters of type VFSFileFilter
 java.lang.String[] VFS._listDirectory(java.lang.Object session, java.lang.String directory, VFSFileFilter filter, boolean recursive, java.awt.Component comp, boolean skipBinary, boolean skipHidden)
          A convenience method that filters the directory listing according to a filter, and can optionally list the directory recursively.