Interface CompositeEditor.EditorChain<C,E extends Editor<? super C>>

Type Parameters:
C - the type of object to be edited
E - the type of Editor
All Known Implementing Classes:
MockEditorChain
Enclosing interface:
CompositeEditor<T,C,E extends Editor<? super C>>

public static interface CompositeEditor.EditorChain<C,E extends Editor<? super C>>
Allows instances of the component type to be attached to the Editor framework.
See Also: