Ellié Computing Home Page
My Shopping Cart

Your shopping cart is empty

Display Cart

Call us at +1 586 62 ELLIE / +1 586 62 35543 Office Opened
sales@elliecomputing.com - Contact us


Coordinator object

 

 

 Prototype for Coordinator objects. Base for all Coordinators, for each Document type.

Syntax

 You cannot create a coordinator, it exists only as an object owned by a DocumentFrame.

Parameters

none. 

Property Of

none.

Implemented In

ECMerge 2.1

Description

The Coordinator handles the visual logic for differentiation and merge operations. It coordinates the different views so that they show related contents.

Properties

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.

 

Methods

none.

Examples

Example 1.

Retrieving the document for the current view.

var current_doc = current_frame.coordinator.document;

See Also 

 DocumentFrame object, View object, Document object