|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.editor.client.EditorVisitor
public class EditorVisitor
A visitor for examining an Editor hierarchy.
Constructor Summary | |
---|---|
EditorVisitor()
|
Method Summary | ||
---|---|---|
|
endVisit(EditorContext<T> ctx)
Exit an Editor. |
|
|
visit(EditorContext<T> ctx)
Receive an Editor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorVisitor()
Method Detail |
---|
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 Editor
true
if the visitor should visit any sub-editors of the
current editor.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |