public class JEditVisitorAdapter extends java.lang.Object implements JEditVisitor
| Constructor and Description | 
|---|
| JEditVisitorAdapter() | 
| Modifier and Type | Method and 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