Uses of Class
org.gjt.sp.jedit.browser.VFSBrowser

Packages that use VFSBrowser
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 VFSBrowser in org.gjt.sp.jedit.browser
 

Methods in org.gjt.sp.jedit.browser with parameters of type VFSBrowser
 void BrowserListener.filesActivated(VFSBrowser browser, VFSFile[] files)
          The user has double-clicked a set of files.
 void BrowserListener.filesSelected(VFSBrowser browser, VFSFile[] files)
          The user has selected a set of files.
 

Constructors in org.gjt.sp.jedit.browser with parameters of type VFSBrowser
BrowserCommandsMenu(VFSBrowser browser, VFSFile[] files)
           
 

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

Methods in org.gjt.sp.jedit.io with parameters of type VFSBrowser
static java.lang.String VFSFile.findCompletion(java.lang.String path, java.lang.String complete, VFSBrowser browser, boolean dirsOnly)