Example usage for com.google.gwt.editor.client EditorDelegate interface-usage

List of usage examples for com.google.gwt.editor.client EditorDelegate interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.editor.client EditorDelegate interface-usage.

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> {