Module jEdit
Package org.gjt.sp.jedit.buffer
package org.gjt.sp.jedit.buffer
-
ClassDescriptionAn adapter you can subclass to avoid having to implement all the methods of the
BufferListener
interface.A interface for notification of changes to buffer text.A interface for notification of buffer undo/redo actions.A fold handler that does nothing.A fold handler that folds lines based on markers ("{{{" and "}}}") embedded in the text.Interface for obtaining the fold level of a specified line.A fold handler that folds lines based on their indent level.AJEditBuffer
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).The kill ring retains deleted text.A class internal to jEdit's document model.A class internal to jEdit's document model.