| org.eclipse.ui.views.tasklist.TaskAction org.eclipse.ui.views.tasklist.MarkCompletedAction
Method Summary | |
public void | run() Sets the completed value of the currently selected
actions. | public boolean | shouldEnable(IStructuredSelection selection) Returns whether this action should be enabled for the given selection. |
MarkCompletedAction | protected MarkCompletedAction(TaskList tasklist, String id)(Code) | | Create a MarkCompletedAction.
Parameters: tasklist - Parameters: id - |
run | public void run()(Code) | | Sets the completed value of the currently selected
actions.
|
shouldEnable | public boolean shouldEnable(IStructuredSelection selection)(Code) | | Returns whether this action should be enabled for the given selection.
Parameters: selection - the selection enablement |
|
|