List of usage examples for com.google.gwt.editor.client EditorContext interface-usage
From source file com.google.gwt.editor.client.testing.FakeEditorContext.java
/** * A no-op implementation of EditorContext for testing. * * @param <T> the type of data not being edited */ public class FakeEditorContext<T> implements EditorContext<T> {