GWT 2.7.0

Uses of Class
com.google.gwt.editor.client.EditorVisitor

Packages that use EditorVisitor
com.google.gwt.editor.client A framework for editing bean-like objects. 
com.google.gwt.editor.client.testing Classes used for testing the bean editor support. 
com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. 
 

Uses of EditorVisitor in com.google.gwt.editor.client
 

Methods in com.google.gwt.editor.client with parameters of type EditorVisitor
 void EditorDriver.accept(EditorVisitor visitor)
          Visit the Editor hierarchy controlled by the EditorDriver.
 void EditorContext.traverseSyntheticCompositeEditor(EditorVisitor visitor)
          Traverse an editor created by CompositeEditor.createEditorForTraversal() that reflects an uninitialized instance of a composite sub-editor.
 

Uses of EditorVisitor in com.google.gwt.editor.client.testing
 

Subclasses of EditorVisitor in com.google.gwt.editor.client.testing
 class EditorHierarchyPrinter
          A utility class that creates a string representation of an Editor hierarchy for testing purposes.
 

Methods in com.google.gwt.editor.client.testing with parameters of type EditorVisitor
 void MockSimpleBeanEditorDriver.accept(EditorVisitor visitor)
          A no-op method.
 void FakeEditorContext.traverseSyntheticCompositeEditor(EditorVisitor visitor)
          No-op.
 

Uses of EditorVisitor in com.google.web.bindery.requestfactory.gwt.client.testing
 

Methods in com.google.web.bindery.requestfactory.gwt.client.testing with parameters of type EditorVisitor
 void MockRequestFactoryEditorDriver.accept(EditorVisitor visitor)
          A no-op method.
 


GWT 2.7.0