Package org.eclipse.egit.ui.internal.synchronize.action

Examples of org.eclipse.egit.ui.internal.synchronize.action.GitOpenInCompareAction


    if (ws instanceof IViewSite) {
      Object oldAction = configuration.getProperty(P_OPEN_ACTION);
      if (!(oldAction instanceof Action))
        return;

      final GitOpenInCompareAction openInCompareAction = new GitOpenInCompareAction(
          configuration, (Action) oldAction);
      configuration.setProperty(P_OPEN_ACTION, openInCompareAction);
    }
  }
View Full Code Here

TOP

Related Classes of org.eclipse.egit.ui.internal.synchronize.action.GitOpenInCompareAction

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.