| Package | Description | 
|---|---|
| org.gjt.sp.jedit.browser | jEdit's file system browser. | 
| org.gjt.sp.jedit.io | Virtual file system and multi-threaded I/O. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VFSBrowser.DirectoriesOnlyFilter | 
| Modifier and Type | Method and Description | 
|---|---|
| VFSFileFilter | VFSBrowser. getVFSFileFilter()Returns the currently active VFSFileFilter. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | VFSBrowser. addVFSFileFilter(VFSFileFilter filter)Adds a file filter to the browser. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GlobVFSFileFilterImplementation of  VFSFileFilterthat uses Unix-style globs
 to filter files. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. |