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

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

Introduction

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

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