public interface IMarkerResolutionGenerator2 extends IMarkerResolutionGenerator
IMarkerResolutionGenerator
if it can determine whether a particular marker
has any resolutions more efficiently than computing all the resolutions.Modifier and Type | Method and Description |
---|---|
boolean |
hasResolutions(IMarker marker)
Returns whether there are any resolutions for the given marker.
|
getResolutions
boolean hasResolutions(IMarker marker)
true
if there are resolutions for the given marker,
false
if notGuidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.