Class FakeEditorContext<T>

java.lang.Object
com.google.gwt.editor.client.testing.FakeEditorContext<T>
Type Parameters:
T - the type of data not being edited
All Implemented Interfaces:
EditorContext<T>

public class FakeEditorContext<T> extends Object implements EditorContext<T>
A no-op implementation of EditorContext for testing.