Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.gjt.sp.jedit.textarea

Interface Summary
InputHandler.MacroRecorder Macro recorder.
InputHandler.NonRecordable If an action implements this interface, it should not be recorded by the macro recorder.
InputHandler.NonRepeatable If an action implements this interface, it should not be repeated.
InputHandler.Wrapper For use by EditAction.Wrapper only.
ScrollListener A scroll listener will be notified when the text area is scrolled, either horizontally or vertically.
StructureMatcher An interface for matching parts of a source file's stucture.
TextAreaHighlight Highlight interface.
 

Class Summary
ChunkCache Manages low-level text display tasks.
ChunkCache.LineInfo  
DefaultInputHandler The default input handler.
DisplayManager Manages low-level text display tasks.
DisplayManager.Anchor  
ExtensionManager  
ExtensionManager.Entry  
FoldVisibilityManager Manages fold visibility.
Gutter  
InputHandler An input handler converts the user's key strokes into concrete actions.
InputHandler.backspace  
InputHandler.backspace_word  
InputHandler.delete  
InputHandler.delete_word  
InputHandler.document_end  
InputHandler.document_home  
InputHandler.end  
InputHandler.home  
InputHandler.insert_break  
InputHandler.insert_char  
InputHandler.insert_tab  
InputHandler.next_char  
InputHandler.next_line  
InputHandler.next_page  
InputHandler.next_word  
InputHandler.overwrite  
InputHandler.prev_char  
InputHandler.prev_line  
InputHandler.prev_page  
InputHandler.prev_word  
InputHandler.repeat  
JEditTextArea jEdit's text area component.
JEditTextArea.CaretBlinker  
MouseActions  
Selection An abstract class that holds data on a region of selected text.
Selection.Range An ordinary range selection.
Selection.Rect A rectangular selection.
StructureMatcher.BracketMatcher  
StructureMatcher.Highlight Paints the structure match highlight.
StructureMatcher.Match A structure match, denoted by a start and end position.
TextAreaDefaults Encapsulates default settings for a text area.
TextAreaExtension Subclasses of this class can perform custom painting and tool tip handling in the text area and gutter.
TextAreaPainter The text area repaint manager.
TextUtilities Class with several utility functions used by the text area component.