Interface EditorContext<T>

Type Parameters:
T - The type of data edited by the Editor
All Known Implementing Classes:
FakeEditorContext

public interface EditorContext<T>
Describes an Editor within an Editor hierarchy.
See Also: