Package org.eclipse.team.ui.synchronize

Examples of org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant


    IContributionItem fileGroup = findGroup(menu,
        ISynchronizePageConfiguration.FILE_GROUP);

    if (fileGroup != null) {
      ModelSynchronizeParticipant msp = ((ModelSynchronizeParticipant) getConfiguration()
          .getParticipant());

      if (msp.hasCompareInputFor(element))
        menu.appendToGroup(fileGroup.getId(), openWorkingFileAction);
    }
  }
View Full Code Here

TOP

Related Classes of org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant

Copyright © 2018 www.massapicom. 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.