Class FakeEditorContext<T>

  • Type Parameters:
    T - the type of data not being edited
    All Implemented Interfaces:
    EditorContext<T>

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