public class EditorVisitor
extends java.lang.Object
Constructor and Description |
---|
EditorVisitor() |
Modifier and Type | Method and Description |
---|---|
<T> void |
endVisit(EditorContext<T> ctx)
Exit an Editor.
|
<T> boolean |
visit(EditorContext<T> ctx)
Receive an Editor.
|
public <T> void endVisit(EditorContext<T> ctx)
ctx
- contextual data about the current Editorpublic <T> boolean visit(EditorContext<T> ctx)
true
.ctx
- contextual data about the current Editortrue
if the visitor should visit any sub-editors of the
current editor.