Package org.eclipse.ui.internal.actions

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


    catch (WorkbenchException e) {
    }
    catch (FileNotFoundException e) {
    }

    _workingSetSelectionAction = new SelectWorkingSetAction(_actionGroup, getSite().getShell());
    _workingSetSelectionAction.setText("Edit Working Sets");
   
   
    //_workingSetSelectionAction.setImageDescriptor(ImageDescriptor.createFromImage(WGADesignerPlugin.getDefault().getImageRegistry().get(WGADesignerPlugin.IMAGE_WGA_RUNTIME)));
View Full Code Here


            IPropertyChangeListener workingSetUpdater) {
        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.
View Full Code Here

TOP

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

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.