Package org.eclipse.emf.compare.ui.viewer.content.part

Provides the graphical components of the ModelContentMergeViewer.

See:
          Description

Interface Summary
IModelContentMergeViewerTab Represents a tab that will be placed in a ModelContentMergeTabFolder.
 

Class Summary
AbstractCenterPart We want to avoid flickering as much as possible for our draw operations on the center part, yet we can't use double buffering to draw on it.
ModelContentMergeTabFolder Describes a part of a ModelContentMergeViewer.
ModelContentMergeTabItem This class will be used to wrap Item subclasses such as TreeItem and TableItem to allow us to call methods such as getBounds without explicitely casting each time we do so.
 

Package org.eclipse.emf.compare.ui.viewer.content.part Description

Provides the graphical components of the ModelContentMergeViewer.

The content merge viewer is split in three parts, all of which are ModelContentMergeTabFolders. Two tabs are provided by default, one of which displaying the model, the other displaying the selected objects' properties.

All the tabs are expected to implement IModelContentMergeViewerTab.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.