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.gui Various GUI controls and dialog boxes. 
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 that return VFSBrowser
 VFSBrowser VFSFileChooserDialog.getBrowser()
          Returns the VFSBrowser instance used internally.
 

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.gui
 

Constructors in org.gjt.sp.jedit.gui with parameters of type VFSBrowser
FilePropertiesDialog(View view, VFSBrowser browser, VFSFile[] files)
          The FilePropertiesDialog's constructor
 

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)