| Interface | Description | 
|---|---|
| BrowserListener | A browser event listener. | 
| Class | Description | 
|---|---|
| BrowserCommandsMenu | |
| FileCellRenderer | Local filesystem VFS. | 
| VFSBrowser | The main class of the VFS browser. | 
| VFSBrowser.DirectoriesOnlyFilter | |
| VFSDirectoryEntryTable | |
| VFSDirectoryEntryTable.ColumnDragHook | Original code:
   https://stackoverflow.com/questions/1155137/how-to-keep-a-single-column-from-being-reordered-in-a-jtable/14480948
 A delegating MouseInputListener to be installed instead of
 the one registered by the ui-delegate. | 
| VFSDirectoryEntryTableModel | |
| VFSFileChooserDialog | Wraps the VFS browser in a modal dialog. | 
| VFSFileNameField |