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