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 Classes related to jEdit's TextArea. 
 

Classes in org.gjt.sp.jedit.buffer used by org.gjt.sp.jedit
BufferUndoListener
          A interface for notification of buffer undo/redo actions.
FoldHandler
          Interface for obtaining the fold level of a specified line.
FoldHandlerProvider
           
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
BufferListener
          A interface for notification of changes to buffer text.
FoldHandler
          Interface for obtaining the fold level of a specified line.
FoldHandlerProvider
           
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
BufferAdapter
          An adapter you can subclass to avoid having to implement all the methods of the BufferListener interface.
BufferListener
          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).