Uses of Package
org.gjt.sp.jedit.io

Packages that use org.gjt.sp.jedit.io
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.browser jEdit's file system browser. 
org.gjt.sp.jedit.bufferio   
org.gjt.sp.jedit.io Virtual file system and multi-threaded I/O. 
 

Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit
VFS
          A virtual filesystem implementation.
 

Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.browser
VFS
          A virtual filesystem implementation.
VFSFile
          A directory entry returned from a file listing.
VFSFileFilter
          An interface similar to java.io.FilenameFilter, that is used by VFSBrowser to define what files to show in the directory view.
 

Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.bufferio
VFS
          A virtual filesystem implementation.
 

Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.io
Encoding
          An interface to represent an encoding.
EncodingDetector
          An interface to detect a reasonable encoding from some bytes at the beginning of a file.
VFS
          A virtual filesystem implementation.
VFS.DirectoryEntry
          Deprecated. Use VFSFile instead.
VFSFile
          A directory entry returned from a file listing.
VFSFileFilter
          An interface similar to java.io.FilenameFilter, that is used by VFSBrowser to define what files to show in the directory view.