| org.eclipse.ui.internal.actions.ClearWorkingSetAction
ClearWorkingSetAction | public class ClearWorkingSetAction extends Action (Code) | | Clears the selected working set in the working set action group.
since: 2.1 |
Method Summary | |
public void | run() |
ClearWorkingSetAction | public ClearWorkingSetAction(WorkingSetFilterActionGroup actionGroup)(Code) | | Creates a new instance of the receiver.
Parameters: actionGroup - the action group this action is created in |
run | public void run()(Code) | | Overrides method from Action
See Also: Action.run |
|
|