|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelContentMergeTabItem | |
---|---|
org.eclipse.emf.compare.ui.viewer.content.part | Provides the graphical components of the
ModelContentMergeViewer . |
org.eclipse.emf.compare.ui.viewer.content.part.diff | Provides the tab folder displaying the model tree and the associated differences markers. |
org.eclipse.emf.compare.ui.viewer.content.part.property | Provides the tab folder displaying the model elements' properties and their associated differences markers. |
Uses of ModelContentMergeTabItem in org.eclipse.emf.compare.ui.viewer.content.part |
---|
Methods in org.eclipse.emf.compare.ui.viewer.content.part that return ModelContentMergeTabItem | |
---|---|
ModelContentMergeTabItem |
ModelContentMergeTabFolder.getUIItem(DiffElement element)
This will be used when drawing the center part's marquees. |
ModelContentMergeTabItem |
IModelContentMergeViewerTab.getUIItem(org.eclipse.emf.ecore.EObject data)
This will be used when drawing the center part's marquees. |
Methods in org.eclipse.emf.compare.ui.viewer.content.part that return types with arguments of type ModelContentMergeTabItem | |
---|---|
java.util.List<ModelContentMergeTabItem> |
IModelContentMergeViewerTab.getVisibleElements()
Returns the tab's visible elements as a list of Items. |
java.util.List<ModelContentMergeTabItem> |
ModelContentMergeTabFolder.getVisibleElements()
Returns the visible elements of the active tab. |
Methods in org.eclipse.emf.compare.ui.viewer.content.part with parameters of type ModelContentMergeTabItem | |
---|---|
protected void |
AbstractCenterPart.drawLine(org.eclipse.swt.graphics.GC gc,
ModelContentMergeTabItem leftItem,
ModelContentMergeTabItem rightItem)
Draws a line connecting the given right and left items. |
Method parameters in org.eclipse.emf.compare.ui.viewer.content.part with type arguments of type ModelContentMergeTabItem | |
---|---|
protected java.util.List<DiffElement> |
AbstractCenterPart.retainVisibleDiffs(java.util.List<ModelContentMergeTabItem> leftVisible,
java.util.List<ModelContentMergeTabItem> rightVisible)
This will retain the visible differences in the given list. |
protected java.util.List<DiffElement> |
AbstractCenterPart.retainVisibleDiffs(java.util.List<ModelContentMergeTabItem> leftVisible,
java.util.List<ModelContentMergeTabItem> rightVisible)
This will retain the visible differences in the given list. |
Uses of ModelContentMergeTabItem in org.eclipse.emf.compare.ui.viewer.content.part.diff |
---|
Methods in org.eclipse.emf.compare.ui.viewer.content.part.diff that return ModelContentMergeTabItem | |
---|---|
ModelContentMergeTabItem |
ModelContentMergeDiffTab.getUIItem(org.eclipse.emf.ecore.EObject data)
This will be used when drawing the center part's marquees. |
Methods in org.eclipse.emf.compare.ui.viewer.content.part.diff that return types with arguments of type ModelContentMergeTabItem | |
---|---|
java.util.List<ModelContentMergeTabItem> |
ModelContentMergeDiffTab.getVisibleElements()
Returns a list of all the tree 's visible elements. |
Uses of ModelContentMergeTabItem in org.eclipse.emf.compare.ui.viewer.content.part.property |
---|
Methods in org.eclipse.emf.compare.ui.viewer.content.part.property that return ModelContentMergeTabItem | |
---|---|
ModelContentMergeTabItem |
ModelContentMergePropertyTab.getUIItem(org.eclipse.emf.ecore.EObject data)
This will be used when drawing the center part's marquees. |
Methods in org.eclipse.emf.compare.ui.viewer.content.part.property that return types with arguments of type ModelContentMergeTabItem | |
---|---|
java.util.List<ModelContentMergeTabItem> |
ModelContentMergePropertyTab.getVisibleElements()
Returns a list of this tab's visible elements. |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |