Uses of Class
jedit.textarea.JEditTextArea

Packages that use JEditTextArea
gnu.search   
jedit   
jedit.textarea   
jsynedit   
jsynedit.search   
 

Uses of JEditTextArea in gnu.search
 

Methods in gnu.search with parameters of type JEditTextArea
static boolean Search.find(JEditTextArea textArea, int start)
           
 void SearchHighlight.init(JEditTextArea textArea, TextAreaHighlight next)
           
static boolean Search.replace(JEditTextArea textArea)
           
static int Search.replaceAll(JEditTextArea textArea, int start, int end)
           
 

Uses of JEditTextArea in jedit
 

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

Uses of JEditTextArea in jedit.textarea
 

Fields in jedit.textarea declared as JEditTextArea
protected static JEditTextArea JEditTextArea.focusedComponent
           
protected  JEditTextArea TextAreaPainter.textArea
           
 

Methods in jedit.textarea with parameters of type JEditTextArea
 void TextAreaHighlight.init(JEditTextArea textArea, TextAreaHighlight next)
          Called after the highlight painter has been added.
 void TextAreaPainter.Highlight.init(JEditTextArea textArea, TextAreaPainter.Highlight next)
          Called after the highlight painter has been added.
 

Constructors in jedit.textarea with parameters of type JEditTextArea
TextAreaPainter(JEditTextArea textArea, TextAreaDefaults defaults)
          Creates a new repaint manager.
 

Uses of JEditTextArea in jsynedit
 

Subclasses of JEditTextArea in jsynedit
 class AbstractDoc
           
 

Uses of JEditTextArea in jsynedit.search
 

Methods in jsynedit.search with parameters of type JEditTextArea
static boolean Search.find(JEditTextArea textArea, int start)
           
static boolean Search.replace(JEditTextArea textArea)
           
static int Search.replaceAll(JEditTextArea textArea, int start, int end)
           
 



Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.