| org.eclipse.ui.internal.actions.SelectWorkingSetAction
SelectWorkingSetAction | public class SelectWorkingSetAction extends Action (Code) | | Displays an IWorkingSetSelectionDialog and sets the selected
working set in the action group.
since: 2.1 |
Method Summary | |
public void | run() |
SelectWorkingSetAction | public SelectWorkingSetAction(WorkingSetFilterActionGroup actionGroup, Shell shell)(Code) | | Creates a new instance of the receiver.
Parameters: actionGroup - the action group this action is created in Parameters: shell - shell to use for opening working set selection dialog. |
run | public void run()(Code) | | Overrides method from Action
See Also: Action.run |
|
|