Class WaitContentViewer
- java.lang.Object
-
- org.eclipse.jface.viewers.Viewer
-
- org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.label.LabelContentViewer
-
- org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.label.WaitContentViewer
-
- All Implemented Interfaces:
org.eclipse.compare.IPropertyChangeNotifier
,CommandStackListener
,org.eclipse.jface.viewers.IInputProvider
,org.eclipse.jface.viewers.IInputSelectionProvider
,org.eclipse.jface.viewers.ISelectionProvider
public class WaitContentViewer extends LabelContentViewer
ALabelContentViewer
in case of a comparison with no differences.
-
-
Constructor Summary
Constructors Constructor Description WaitContentViewer(org.eclipse.swt.widgets.Composite parent, EMFCompareConfiguration configuration)
Creates a new viewer and its controls.
-
Method Summary
-
Methods inherited from class org.eclipse.emf.compare.ide.ui.internal.contentmergeviewer.label.LabelContentViewer
addPropertyChangeListener, commandStackChanged, editingDomainChange, editingDomainChange, getControl, getInput, getSelection, handleDisposed, refresh, removePropertyChangeListener, setDirty, setInput, setSelection
-
-
-
-
Constructor Detail
-
WaitContentViewer
public WaitContentViewer(org.eclipse.swt.widgets.Composite parent, EMFCompareConfiguration configuration)
Creates a new viewer and its controls.- Parameters:
parent
- the parent of the control of this viewer.
-
-