Editing Layer
The editing layer is responsible for displaying editors for in-place editing of timeline objects. If an editor is registered for a certain type of timeline object then this editor will be added to the layer when the user performs a double click on the object.
Default Activity Object Editor
Relevant API
ITimelineObjectEditor
AbstractTimelineObjectEditor
DefaultTimelineObjectEditor
DefaultActivityObjectEditor
void EditingLayer.setTimelineObjectEditor(ITimelineObjectEditor editor);
