| org.eclipse.ui.views.tasklist.TaskAction org.eclipse.ui.views.tasklist.RemoveTaskAction
RemoveTaskAction | class RemoveTaskAction extends TaskAction (Code) | | This action removes the selected task(s) from the task list.
Only tasks can be removed. Problems can only disappear from
the task list when they are fixed in the associated code.
|
Method Summary | |
public void | run() Removes all the tasks in the current selection from the task list. |
RemoveTaskAction | public RemoveTaskAction(TaskList tasklist, String id)(Code) | | Creates the action.
Parameters: tasklist - the task list Parameters: id - the id |
run | public void run()(Code) | | Removes all the tasks in the current selection from the task list.
|
|
|