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

Packages that use org.gjt.sp.jedit.buffer
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.buffer Buffer event listeners, and classes used to implement jEdit's document model. 
org.gjt.sp.jedit.indent   
org.gjt.sp.jedit.textarea The classes in this package are in the process of being refactored, for jedit 4.3final. 
 

Classes in org.gjt.sp.jedit.buffer used by org.gjt.sp.jedit
BufferChangeListener
          A interface for notification of changes to buffer text.
JEditBuffer
          A JEditBuffer represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).
 

Classes in org.gjt.sp.jedit.buffer used by org.gjt.sp.jedit.buffer
BufferChangeListener
          A interface for notification of changes to buffer text.
BufferIORequest
          A buffer I/O request.
BufferListener
          A interface for notification of changes to buffer text.
FoldHandler
          Interface for obtaining the fold level of a specified line.
JEditBuffer
          A JEditBuffer represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).
KillRing
          The kill ring retains deleted text.
UndoManager
          A class internal to jEdit's document model.
 

Classes in org.gjt.sp.jedit.buffer used by org.gjt.sp.jedit.indent
JEditBuffer
          A JEditBuffer represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).
 

Classes in org.gjt.sp.jedit.buffer used by org.gjt.sp.jedit.textarea
JEditBuffer
          A JEditBuffer represents the contents of an open text file as it is maintained in the computer's memory (as opposed to how it may be stored on a disk).