IMarkerResourceAdapter is an adapter interface that
supplies the resource to query for markers to display in the marker view
or any of its subclasses.
Implementors of this interface are typically registered with an
IAdapterFactory for lookup via the getAdapter() mechanism.
Method Summary
public IResource
getAffectedResource(IAdaptable adaptable) Returns the resource to query for the markers to display
for the given adaptable.
Parameters: adaptable - the adaptable being queried.
Method Detail
getAffectedResource
public IResource getAffectedResource(IAdaptable adaptable)(Code)
Returns the resource to query for the markers to display
for the given adaptable.
Parameters: adaptable - the adaptable being queried. the resource or null if thereis no adapted resource for this object.