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

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


    pushAction.setImageDescriptor(PUSH);
    appendToGroup(P_TOOLBAR_MENU, SYNCHRONIZE_GROUP, pushAction);

    ISynchronizePageSite site = configuration.getSite();
    IWorkbenchSite ws = site.getWorkbenchSite();
    openWorkingFileAction = new OpenWorkingFileAction(ws.getWorkbenchWindow()
      .getActivePage());

    site.getSelectionProvider().addSelectionChangedListener(
        openWorkingFileAction);
View Full Code Here

TOP

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

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.