Uses of Package
org.gjt.sp.jedit.io
Packages that use org.gjt.sp.jedit.io
Package
Description
This package contains jEdit 4's core classes.
jEdit's file system browser.
Classes related to loading, saving, autosaving buffers.
Classes related to encoding and decoding MIME data to/from system clipboard, etc.
Various GUI controls and dialog boxes.
Virtual file system and multi-threaded I/O.
-
Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit
-
Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.browserClassDescriptionA virtual filesystem implementation.A directory entry returned from a file listing.An interface similar to
java.io.FilenameFilter
, that is used byVFSBrowser
to define what files to show in the directory view. -
Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.bufferio
-
Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.datatransfer
-
Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.gui
-
Classes in org.gjt.sp.jedit.io used by org.gjt.sp.jedit.ioClassDescriptionThe behavior if the target already existsAn interface to represent an encoding.An interface to detect a reasonable encoding from some bytes at the beginning of a file.A virtual filesystem implementation.A directory entry returned from a file listing.An interface similar to
java.io.FilenameFilter
, that is used byVFSBrowser
to define what files to show in the directory view. -
Classes in org.gjt.sp.jedit.io used by org.jedit.io