Package org.gjt.sp.jedit.textarea

jEdit's text area control.

See:
          Description

Interface Summary
ScrollListener A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.
 

Class Summary
FoldVisibilityManager Manages fold visibility.
Gutter The gutter is the component that displays folding triangles and line numbers to the left of the text area.
JEditTextArea jEdit's text component.
Selection An abstract class that holds data on a region of selected text.
Selection.Range An ordinary range selection.
Selection.Rect A rectangular selection.
TextAreaExtension Subclasses of this class can perform custom painting and tool tip handling in the text area and gutter.
TextAreaPainter The text area painter is the component responsible for displaying the text of the current buffer.
 

Package org.gjt.sp.jedit.textarea Description

jEdit's text area control.