JEditVisitorSaveCaretInfoVisitorpublic class JEditVisitorAdapter extends java.lang.Object implements JEditVisitor
| Constructor | Description |
|---|---|
JEditVisitorAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
visit(EditPane editPane) |
Visit an EditPane.
|
void |
visit(JEditTextArea textArea) |
Visit a JEditTextArea.
|
void |
visit(View view) |
Visit a view.
|
public void visit(View view)
visit in interface JEditVisitorview - the visited viewpublic void visit(EditPane editPane)
visit in interface JEditVisitoreditPane - the visited edit panepublic void visit(JEditTextArea textArea)
visit in interface JEditVisitortextArea - the visited textArea