|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.visitors.JEditVisitorAdapter
public class JEditVisitorAdapter
A visitor that can visit a View, an EditPane or a JEditTextArea.
| Constructor Summary | |
|---|---|
JEditVisitorAdapter()
|
|
| Method Summary | |
|---|---|
void |
visit(EditPane editPane)
Visit an EditPane. |
void |
visit(JEditTextArea textArea)
Visit a JEditTextArea. |
void |
visit(View view)
Visit a view. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JEditVisitorAdapter()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||