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.
Modifier and Type | Method and Description |
---|---|
IResource |
getAffectedResource(IAdaptable adaptable)
Returns the resource to query for the markers to display
for the given adaptable.
|
IResource getAffectedResource(IAdaptable adaptable)
adaptable
- the adaptable being queried.null
if there
is no adapted resource for this object.
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.