Package org.eclipse.ui.internal.actions

Examples of org.eclipse.ui.internal.actions.EditWorkingSetAction


        Assert.isNotNull(shell);

        this.workingSetUpdater = workingSetUpdater;
        clearWorkingSetAction = new ClearWorkingSetAction(this);
        selectWorkingSetAction = new SelectWorkingSetAction(this, shell);
        editWorkingSetAction = new EditWorkingSetAction(this, shell);
       
        workbenchWindow = Util.getWorkbenchWindowForShell(shell);
        allowWindowWorkingSetByDefault = false;
    // set the default working set to be that of the window.
    page = workbenchWindow.getActivePage();
View Full Code Here

TOP

Related Classes of org.eclipse.ui.internal.actions.EditWorkingSetAction

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.