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

Quick Search    Search Deep

Uses of Class
org.gjt.sp.jedit.textarea.JEditTextArea

Uses of JEditTextArea in org.gjt.sp.jedit.textarea
 

Fields in org.gjt.sp.jedit.textarea declared as JEditTextArea
private  JEditTextArea StructureMatcher.Highlight.textArea
           
private  JEditTextArea DisplayManager.textArea
           
protected static JEditTextArea JEditTextArea.focusedComponent
           
protected  JEditTextArea TextAreaPainter.textArea
           
private  JEditTextArea Gutter.textArea
           
private  JEditTextArea FoldVisibilityManager.textArea
           
private  JEditTextArea ChunkCache.textArea
           
 

Methods in org.gjt.sp.jedit.textarea that return JEditTextArea
static JEditTextArea InputHandler.getTextArea(java.util.EventObject evt)
          Returns the text area that fired the specified event.
 

Methods in org.gjt.sp.jedit.textarea with parameters of type JEditTextArea
 void TextAreaHighlight.init(JEditTextArea textArea, TextAreaHighlight next)
          Called after the highlight painter has been added.
 StructureMatcher.Match StructureMatcher.getMatch(JEditTextArea textArea)
          Returns the element matching the one at the given text area's caret position, or null.
 void StructureMatcher.selectMatch(JEditTextArea textArea)
          Selects from the caret to the matching structure element (if there is one, otherwise the behavior of this method is undefined).
 StructureMatcher.Match StructureMatcher.BracketMatcher.getMatch(JEditTextArea textArea)
           
 void StructureMatcher.BracketMatcher.selectMatch(JEditTextArea textArea)
           
(package private) static DisplayManager DisplayManager.getDisplayManager(org.gjt.sp.jedit.Buffer buffer, JEditTextArea textArea)
           
(package private) static void DisplayManager.textAreaDisposed(JEditTextArea textArea)
           
 void ScrollListener.scrolledVertically(JEditTextArea textArea)
           
 void ScrollListener.scrolledHorizontally(JEditTextArea textArea)
           
(package private)  void ExtensionManager.paintScreenLineRange(JEditTextArea textArea, java.awt.Graphics2D gfx, int firstLine, int lastLine, int y, int lineHeight)
           
 

Constructors in org.gjt.sp.jedit.textarea with parameters of type JEditTextArea
StructureMatcher.Highlight(JEditTextArea textArea)
           
DisplayManager(org.gjt.sp.jedit.Buffer buffer, JEditTextArea textArea)
           
TextAreaPainter(JEditTextArea textArea, TextAreaDefaults defaults)
          Creates a new repaint manager.
Gutter(JEditTextArea textArea, TextAreaDefaults defaults)
           
FoldVisibilityManager(org.gjt.sp.jedit.Buffer buffer, org.gjt.sp.jedit.buffer.OffsetManager offsetMgr, JEditTextArea textArea)
           
ChunkCache(JEditTextArea textArea)