Uses of Package
org.gjt.sp.jedit.textarea
Packages that use org.gjt.sp.jedit.textarea
Package
Description
This package contains jEdit 4's core classes.
Buffer event listeners, and classes used to implement jEdit's document model.
Classes related to encoding and decoding MIME data to/from system clipboard, etc.
Various GUI controls and dialog boxes.
Keyboard Input Handlers
EditBus messages.
Printing.
Search and replace classes.
Classes related to jEdit's TextArea.
Visitor classes for EditPanes, Views, and Text Areas.
Named sets of keyboard shortcuts
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jeditClassDescriptionjEdit's text component.An abstract class that holds data on a region of selected text.Abstract TextArea component.The text area painter is the component responsible for displaying the text of the current buffer.
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.bufferClassDescriptionAn abstract class that holds data on a region of selected text.Abstract TextArea component.
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.datatransfer
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.gui
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.input
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.msg
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.printClassDescriptionjEdit's text component.Subclasses of this class can perform custom painting and tool tip handling in the text area and gutter.
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.search
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.textareaClassDescriptionClass for representing AntiAlias values.Manages low-level text display tasks, such as folding.FoldPainter defines the interface for fold painters in the gutter.The gutter is the component that displays folding indicators and line numbers to the left of the text area.jEdit's text component.A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.An abstract class that holds data on a region of selected text.A rectangular selection.Fold PainterjEdit's standalone text component.Fired when the text area needs to display a status message.An interface for matching parts of a source file's stucture.A structure match, denoted by a start and end position.Abstract TextArea component.Exception that the TextArea can throw when an error occurs.Subclasses of this class can perform custom painting and tool tip handling in the text area and gutter.Standalone TextArea MouseHandler.The text area painter is the component responsible for displaying the text of the current buffer.
-
Classes in org.gjt.sp.jedit.textarea used by org.gjt.sp.jedit.visitors
-
Classes in org.gjt.sp.jedit.textarea used by org.jedit.keymap