| org.eclipse.ui.views.tasklist.TaskAction
All known Subclasses: org.eclipse.ui.views.tasklist.TaskPropertiesAction, org.eclipse.ui.views.tasklist.ResolveMarkerAction, org.eclipse.ui.views.tasklist.PasteTaskAction, org.eclipse.ui.views.tasklist.CopyTaskAction, org.eclipse.ui.views.tasklist.NewTaskAction, org.eclipse.ui.views.tasklist.FiltersAction, org.eclipse.ui.views.tasklist.MarkCompletedAction, org.eclipse.ui.views.tasklist.PurgeCompletedAction, org.eclipse.ui.views.tasklist.SelectAllTasksAction, org.eclipse.ui.views.tasklist.RemoveTaskAction, org.eclipse.ui.views.tasklist.GotoTaskAction,
TaskAction | abstract class TaskAction extends Action (Code) | | This is the base class of all the local actions used in the task list view.
|
Method Summary | |
void | execute(IUndoableOperation operation, String title, IProgressMonitor monitor, IAdaptable uiInfo) | protected Shell | getShell() Returns the shell to use within actions. | protected TaskList | getTaskList() Returns the task list viewer. | protected void | storeValue() Stores the current state value of this toggle action into the dialog
store using action ID as a key. |
execute | void execute(IUndoableOperation operation, String title, IProgressMonitor monitor, IAdaptable uiInfo)(Code) | | Execute the specified undoable operation
|
getShell | protected Shell getShell()(Code) | | Returns the shell to use within actions.
|
getTaskList | protected TaskList getTaskList()(Code) | | Returns the task list viewer.
|
storeValue | protected void storeValue()(Code) | | Stores the current state value of this toggle action into the dialog
store using action ID as a key.
|
|
|