Uses of Class
org.gjt.sp.jedit.io.VFS.DirectoryEntry

Packages that use VFS.DirectoryEntry
org.gjt.sp.jedit.io Virtual file system and multi-threaded I/O. 
 

Uses of VFS.DirectoryEntry in org.gjt.sp.jedit.io
 

Methods in org.gjt.sp.jedit.io that return VFS.DirectoryEntry
 VFS.DirectoryEntry VFS._getDirectoryEntry(java.lang.Object session, java.lang.String path, java.awt.Component comp)
          Deprecated. Use _getFile() instead.
 VFS.DirectoryEntry[] VFS._listDirectory(java.lang.Object session, java.lang.String directory, java.awt.Component comp)
          Deprecated. Use _listFiles() instead.