News |
December 12th, 2008: We just released ECMerge 2.2 beta. This version introduces several new features, from which the Launcher, automatic session, shared options, file types and numerous improvements.
November 21st, 2008: We just parametered ECMerge for a new converter (ExifTool) which extracts metadata from a large number of files types (exe, images, audio, video...), find all the need info on the converters page.
|
|
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
|
|
Select your language English Français © Ellié Computing 2004-2009 -
Legal information -
Resources
|