| Package | Description | 
|---|---|
| org.gjt.sp.jedit | This package contains jEdit 4's core classes. | 
| org.gjt.sp.jedit.textarea |  Classes related to jEdit's TextArea. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | EditPane. initPainter(TextAreaPainter painter)Init the painter of a textarea. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected TextAreaPainter | TextArea. painter | 
| Modifier and Type | Method and Description | 
|---|---|
| TextAreaPainter | TextArea. getPainter()Returns the object responsible for painting this text area. |