List of usage examples for com.google.gwt.editor.client EditorDelegate interface-usage
From source file com.google.gwt.editor.client.testing.MockEditorDelegate.java
/** * A mock implementation of {@link EditorDelegate}. * * @param <T> the type being edited */ public class MockEditorDelegate<T> implements EditorDelegate<T> {