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