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

Packages that use org.gjt.sp.jedit.textarea
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.msg EditBus messages. 
org.gjt.sp.jedit.search Search and replace classes. 
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.textarea used by org.gjt.sp.jedit
JEditTextArea
          jEdit's text component.
Selection
          An abstract class that holds data on a region of selected text.
 

Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.buffer
JEditTextArea
          jEdit's text component.
 

Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.msg
JEditTextArea
          jEdit's text component.
 

Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.search
Selection
          An abstract class that holds data on a region of selected text.
 

Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.textarea
AntiAlias
          Class for representing AntiAlias values.
DisplayManager
          Manages low-level text display tasks, such as folding.
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.
ScrollListener
          A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.
Selection
          An abstract class that holds data on a region of selected text.
StatusListener
          Fired when the text area needs to display a status message.
StructureMatcher
          An interface for matching parts of a source file's stucture.
StructureMatcher.Match
          A structure match, denoted by a start and end position.
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.