| org.eclipse.ui.internal.actions.EditWorkingSetAction
EditWorkingSetAction | public class EditWorkingSetAction extends Action (Code) | | Displays an IWorkingSetEditWizard for editing a working set.
since: 2.1 |
Method Summary | |
public void | run() |
EditWorkingSetAction | public EditWorkingSetAction(WorkingSetFilterActionGroup actionGroup, Shell shell)(Code) | | Creates a new instance of the receiver.
Parameters: actionGroup - the action group this action is created in Parameters: shell - the parent shell |
run | public void run()(Code) | | Overrides method from Action
See Also: Action.run |
|
|