|
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 com.google.gwt.editor.client.testing.EditorHierarchyPrinter
public final class EditorHierarchyPrinter
A utility class that creates a string representation of an Editor hierarchy for testing purposes.
Method Summary | ||
---|---|---|
|
endVisit(EditorContext<T> ctx)
Exit an Editor. |
|
static java.lang.String |
toString(EditorDriver<?> driver)
Produce a string representation of the Editor hierarchy being controlled by driver . |
|
|
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 |
Method Detail |
---|
public static java.lang.String toString(EditorDriver<?> driver)
driver
.
public <T> void endVisit(EditorContext<T> ctx)
EditorVisitor
endVisit
in class EditorVisitor
ctx
- contextual data about the current Editorpublic <T> boolean visit(EditorContext<T> ctx)
EditorVisitor
true
.
visit
in class EditorVisitor
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 |