Examples of StructureDiffViewer


Examples of org.eclipse.compare.structuremergeviewer.StructureDiffViewer

public class ErlStructureDiffViewerCreator implements IViewerCreator {

    @Override
    public Viewer createViewer(final Composite parent, final CompareConfiguration config) {
        final StructureDiffViewer viewer = new StructureDiffViewer(parent, config);
        viewer.setStructureCreator(new ErlStructureCreator());
        viewer.setComparator(new ErlViewerComparator());
        return viewer;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.