Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.eclipse.ui.views.tasklist

Interface Summary
IMarkerConstants This interface defines constants used for marker properties and attributes.
ITaskListHelpContextIds Help context ids for the task list view.
ITaskListResourceAdapter ITaskListResourceAdapter is an adapter interface that supplies the resource to query for markers to display in the task list.
 

Class Summary
CopyTaskAction Copies a task to the clipboard.
DefaultTaskListResourceAdapter The DefaultTaskListResourceAdapter is the default implementation of the ITaskListResourceAdapter used by the TaskList for resource adaption.
FiltersAction This action opens an editor for the resource associated with the selected marker, and jumps to the marker's location in the editor.
FiltersDialog  
FiltersDialog.EnumType  
FiltersDialog.EnumValue  
GotoTaskAction This action opens an editor for the resource associated with the selected marker, and jumps to the marker's location in the editor.
MarkCompletedAction  
MarkerType Represents a marker type.
MarkerTypesModel Maintains a model of all known marker types.
MarkerUtil Utility class for accessing marker attributes.
NewTaskAction This action creates a new task.
PasteTaskAction Standard action for pasting tasks from the clipboard.
PurgeCompletedAction This action deletes all the tasks found in the registry that are marked as completed.
RemoveTaskAction This action removes the selected task(s) from the task list.
ResolveMarkerAction This action displays a list of resolutions for the selected marker
SelectAllTasksAction This action selects all tasks currently showing in the task list.
TaskAction This is the base class of all the local actions used in the task list view.
TaskList 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.
TaskList.TaskListLabelProvider  
TaskListContentProvider Task list content provider returns elements that should be in the task list depending on the selection mode.
TaskListMessages Utility class which helps manage messages.
TaskPropertiesAction This action opens the properties dialog for the current task.
TaskPropertiesDialog Shows the properties of a new or existing task, or a problem.
TasksFilter  
TaskSorter This is the task list's sorter.