Uses of Class
org.eclipse.compare.internal.ViewerDescriptor
Packages that use ViewerDescriptor
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
-
Uses of ViewerDescriptor in org.eclipse.compare
Methods in org.eclipse.compare that return ViewerDescriptorModifier and TypeMethodDescriptionCompareEditorInput.getContentViewerDescriptor()CompareEditorInput.getStructureViewerDescriptor()Methods in org.eclipse.compare with parameters of type ViewerDescriptorModifier and TypeMethodDescriptionvoidCompareEditorInput.setContentViewerDescriptor(ViewerDescriptor vd) voidCompareEditorInput.setStructureViewerDescriptor(ViewerDescriptor vd) -
Uses of ViewerDescriptor in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal that return ViewerDescriptorModifier and TypeMethodDescriptionCompareUIPlugin.findContentViewerDescriptor(Viewer oldViewer, Object in, CompareConfiguration cc) CompareUIPlugin.findStructureViewerDescriptor(Viewer oldViewer, ICompareInput input, CompareConfiguration configuration)