T - the type of object the editor displays.public interface Editor<T>
Editors, which may be classes or interfaces, may expose their sub-editors in one or more of the following ways:
propertyNameEditor.
 propertyNameEditor.
 Editor.Path annotation may be used on the field or accessor method
 to specify a dotted path or to bypass the implicit naming convention.IsEditor interface to provide an Editor instance. This allows view
 objects to be written that can be attached to an Editor hierarchy without the
 view directly implementing an Editor interface.| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Editor.IgnoreTells the Editor framework to ignore an Editor accessor. | 
| static interface  | Editor.PathMaps a composite Editor's component Editors into the data-model. |