Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.ui.views.tasklist
Interface ITaskListResourceAdapter


public interface ITaskListResourceAdapter

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.

Implementors of this interface are typically registered with an IAdapterFactory for lookup via the getAdapter() mechanism.


Method Summary
  IResource getAffectedResource ( IAdaptable adaptable)
          Returns the resource to query for the markers to display for the given adaptable.
 

Method Detail

getAffectedResource


IResource getAffectedResource(
IAdaptable adaptable)
Returns the resource to query for the markers to display for the given adaptable.

Parameters:
adaptable - the adaptable being queried.
Returns:
the resource or null if there is no adapted resource for this object.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire