Provides classes and interfaces for creating editors.



Interfaces
 InterfaceDescription
 IEditor Interface for configurable content item editors.
 IEditorModule Interface for modules which are capable of creating IEditor objects.
Classes
 ClassDescription
 Editor A basic, generic implementation of IEditor which uses a Box for layout and implements the required properties of the interface.
 EditorEntry Used to define a mapping from a name to a factory capable of creating the corresponding IEditor.
 EditorModule EditorModule is a simple implementation of IEditorModule.