Package org.gjt.sp.jedit.buffer

Buffer event listeners, and classes used to implement jEdit's document model.

See:
          Description

Interface Summary
BufferChangeListener A interface for notification of changes to buffer text.
BufferListener A interface for notification of changes to buffer text.
 

Class Summary
BufferAdapter An adapter you can subclass to avoid having to implement all the methods of the BufferListener interface.
BufferAutosaveRequest A buffer autosave request.
BufferChangeAdapter An adapter you can subclass to avoid having to implement all the methods of the BufferChangeListener interface.
BufferChangeListener.Adapter  
BufferInsertRequest A buffer insert request.
BufferIORequest A buffer I/O request.
BufferLoadRequest A buffer load request.
BufferSaveRequest A buffer save request.
ContentManager A class internal to jEdit's document model.
DummyFoldHandler A fold handler that does nothing.
ExplicitFoldHandler A fold handler that folds lines based on markers ("{{{" and "}}}") embedded in the text.
FoldHandler Interface for obtaining the fold level of a specified line.
IndentFoldHandler A fold handler that folds lines based on their indent level.
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).
JEditBuffer.PropValue  
KillRing The kill ring retains deleted text.
LineManager A class internal to jEdit's document model.
PositionManager A class internal to jEdit's document model.
UndoManager A class internal to jEdit's document model.
 

Package org.gjt.sp.jedit.buffer Description

Buffer event listeners, and classes used to implement jEdit's document model.