|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JEditVisitor
A visitor that can visit a View, an EditPane or a JEditTextArea. You can also extends the default implementation JEditVisitorAdapter To use this visitor.
jEdit.visit(JEditVisitor)
,
View.visit(JEditVisitor)
Method Summary | |
---|---|
void |
visit(EditPane editPane)
Visit an EditPane. |
void |
visit(JEditTextArea textArea)
Visit a view. |
void |
visit(View view)
Visit a view. |
Method Detail |
---|
void visit(View view)
view
- the visited viewvoid visit(EditPane editPane)
editPane
- the visited edit panevoid visit(JEditTextArea textArea)
textArea
- the visited textArea
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |