Prototype for Coordinator objects. Base for all Coordinators, for each Document type.
You cannot create a coordinator, it exists only as an object owned by a DocumentFrame.
none.
none.
ECMerge 2.1
The Coordinator handles the visual logic for differentiation and merge operations. It coordinates the different views so that they show related contents.
Property | Description |
current_view | View derived object. Views which currently has the focus, or the left view else. |
document | Document derived object. Document backing the comparison or merge. |
views | Array of View derived object. Indexed by a Side string, each entry points to a view. |
none.
Retrieving the document for the current view.
var current_doc = current_frame.coordinator.document;
DocumentFrame object, View object, Document object