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

Packages that use TextAreaPainter
org.gjt.sp.jedit This package contains jEdit's core classes. 
org.gjt.sp.jedit.textarea Since jEdit 4.2, many TextArea classes have been split into a base and derived class. 
 

Uses of TextAreaPainter in org.gjt.sp.jedit
 

Methods in org.gjt.sp.jedit with parameters of type TextAreaPainter
static void EditPane.initPainter(TextAreaPainter painter)
          Init the painter of a textarea.
 

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

Fields in org.gjt.sp.jedit.textarea declared as TextAreaPainter
protected  TextAreaPainter TextArea.painter
           
 

Methods in org.gjt.sp.jedit.textarea that return TextAreaPainter
 TextAreaPainter TextArea.getPainter()
          Returns the object responsible for painting this text area.