Package org.eclipse.team.ui.synchronize

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


 
  public void initialize(ISynchronizePageConfiguration configuration) {
    super.initialize(configuration);
    appendToGroup(
        ISynchronizePageConfiguration.P_CONTEXT_MENU, CONTEXT_MENU_CONTRIBUTION_GROUP,
        new SynchronizeModelAction("Commit", configuration) {
          protected SynchronizeModelOperation getSubscriberOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements) {
            return new CommitOperation(configuration, elements);            
          }

          @Override
View Full Code Here

TOP

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

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.