See: Description
| Class | Description | 
|---|---|
| EditorSource<E extends Editor<?>> | An entity capable of creating and destroying instances of Editors. | 
| HasDataEditor<T> | Adapts the HasData interface to the Editor framework. | 
| HasDataEditor.HasDataEditorSource<T> | |
| ListEditor<T,E extends Editor<? super T>> | Manages a list of objects and their associated Editors. | 
| ListEditorWrapper<T,E extends Editor<? super T>> | Synchronizes a list of objects and a list of Editors. | 
| OptionalFieldEditor<T,E extends Editor<? super T>> | This adapter can be used when a type being edited has an optional field that
 may be nullified or reassigned as part of the editing process. | 
| SimpleEditor<T> | A trivial implementation of LeafValueEditor than can be used for "hidden"
 properties when composing UI-based Editors. | 
| TakesValueEditor<T> | Adapts the  TakesValueinterface to the Editor framework. |