org.eclipse.ui.views.tasklist |
Package-level Javadoc
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
|
Java Source File Name | Type | Comment |
CopyTaskAction.java | Class | Copies a task to the clipboard. |
DefaultTaskListResourceAdapter.java | Class | The DefaultTaskListResourceAdapter is the default
implementation of the ITaskListResourceAdapter used by the
TaskList for resource adaption. |
FiltersAction.java | Class | This action opens an editor for the resource
associated with the selected marker, and
jumps to the marker's location in the editor. |
FiltersDialog.java | Class | |
GotoTaskAction.java | Class | This action opens an editor for the resource
associated with the selected marker, and
jumps to the marker's location in the editor. |
IMarkerConstants.java | Interface | This interface defines constants used for marker properties
and attributes. |
ITaskListHelpContextIds.java | Interface | Help context ids for the task list view. |
ITaskListResourceAdapter.java | Interface | ITaskListResourceAdapter is an adapter interface that
supplies the resource to query for markers to display in the task list.
The Tasks view checks for this adapter before the IResource
adapter, allowing the object to provide a resource to the Tasks view without
necessarily exposing it to other components that look for an IResource
adapter. |
MarkCompletedAction.java | Class | |
MarkerType.java | Class | Represents a marker type. |
MarkerTypesModel.java | Class | Maintains a model of all known marker types. |
MarkerUtil.java | Class | Utility class for accessing marker attributes. |
NewTaskAction.java | Class | This action creates a new task. |
PasteTaskAction.java | Class | Standard action for pasting tasks from the clipboard. |
PurgeCompletedAction.java | Class | This action deletes all the tasks found in the registry that
are marked as completed. |
RemoveTaskAction.java | Class | This action removes the selected task(s) from the task list.
Only tasks can be removed. |
ResolveMarkerAction.java | Class | |
SelectAllTasksAction.java | Class | This action selects all tasks currently showing in the task list. |
TaskAction.java | Class | This is the base class of all the local actions used in the task list view. |
TaskList.java | Class | Main class for the Task List view for displaying tasks and problem annotations
on resources, and for opening an editor on the resource when the user commands.
This standard view has id "org.eclipse.ui.views.TaskList" .
The workbench will automatically instantiate this class when a Task List
view is needed for a workbench window. |
TaskListContentProvider.java | Class | Task list content provider returns elements that should be
in the task list depending on the selection mode. |
TaskPropertiesAction.java | Class | This action opens the properties dialog for the current task. |
TaskPropertiesDialog.java | Class | Shows the properties of a new or existing task, or a problem. |
TasksFilter.java | Class | |
TaskSorter.java | Class | This is the task list's sorter. |