Package org.eclipse.dltk.internal.ui.refactoring.reorg

Examples of org.eclipse.dltk.internal.ui.refactoring.reorg.PasteAction


  private PHPFileOperationActionGroup(IWorkbenchSite site) {
    fSite = site;
    fClipboard = new Clipboard(site.getShell().getDisplay());

    fPasteAction = new PasteAction(fSite, fClipboard);
    fPasteAction.setActionDefinitionId(IWorkbenchActionDefinitionIds.PASTE);

    fCopyAction = new CopyToClipboardAction(fSite, fClipboard, fPasteAction);
    fCopyAction.setActionDefinitionId(IWorkbenchActionDefinitionIds.COPY);
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.internal.ui.refactoring.reorg.PasteAction

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.