Provides classes and interfaces for creating editors.
Interfaces
| | Interface | Description |
| | IEditor |
Interface for configurable content item editors. |
| | IEditorModule |
Interface for modules which are capable of creating
IEditor objects. |
Classes
| | Class | Description |
| | 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. |