Uses of Class
ij.plugin.frame.jedit.JEditTextArea

Packages that use JEditTextArea
ij.plugin.frame   
ij.plugin.frame.jedit   
 

Uses of JEditTextArea in ij.plugin.frame
 

Methods in ij.plugin.frame that return JEditTextArea
protected  JEditTextArea Editor.getEditor()
          Fetch the editor contained in this panel
 

Uses of JEditTextArea in ij.plugin.frame.jedit
 

Fields in ij.plugin.frame.jedit declared as JEditTextArea
static JEditTextArea JEditTextArea.focusedComponent
           
protected  JEditTextArea LNTextAreaPainter.textArea
           
protected  JEditTextArea TextAreaPainter.textArea
           
 

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

Methods in ij.plugin.frame.jedit with parameters of type JEditTextArea
static java.awt.font.LineMetrics JLineMetrics.getLineMetrics(java.awt.Font font, JEditTextArea textArea)
           
 void LNTextAreaPainter.Highlight.init(JEditTextArea textArea, LNTextAreaPainter.Highlight 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 ij.plugin.frame.jedit with parameters of type JEditTextArea
LNTextAreaPainter(JEditTextArea textArea, LNTextAreaDefaults defaults)
          Creates a new repaint manager.
TextAreaPainter(JEditTextArea textArea, TextAreaDefaults defaults)
          Creates a new repaint manager.