Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
org.gjt.sp.jedit.visitors |
Visitor classes for EditPanes, Views, and Text Areas.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
jEdit.visit(JEditVisitor visitor) |
Visit the views, editpanes and textareas
|
void |
View.visit(JEditVisitor visitor) |
Visit the the editpanes and textareas of the view
|
Modifier and Type | Class | Description |
---|---|---|
class |
JEditVisitorAdapter |
Default implementation of a jEditVisitor.
|
class |
SaveCaretInfoVisitor |
A visitor that saves the caret info of an EditPane
|