cBottom2.setLayout(bottom2Layout);
cBottom2.setLayoutData(new GridData(GridData.FILL_BOTH));
}
protected void createCompareView( Composite composite ){
compareViewerPane = new CompareViewerSwitchingPane(horizontalSash, SWT.BORDER | SWT.FLAT) {
protected Viewer getViewer(Viewer oldViewer, Object input) {
CompareConfiguration cc = new CompareConfiguration();
cc.setLeftEditable(false);
cc.setRightEditable(false);
return CompareUI.findContentViewer(oldViewer, input, this, cc);