Returns a help context id for the given marker or
null if no help has been registered
for the marker.
Parameters: marker - the marker for which to obtain help since: 2.0
Returns an array of resolutions for the given marker.
The returned array will be empty if there are no resolutions
for the marker.
Parameters: marker - the marker for which to obtain resolutions since: 2.0
hasResolutions
public boolean hasResolutions(IMarker marker)(Code)
Returns false if there are no resolutions for
the given marker. Returns true if their may
be resolutions. In most cases a true value
means there are resolutions but due to plugin loading
issues getResolutions may sometimes return an empty array
after this method returns true.
Parameters: marker - the marker for which to determine if thereare resolutions since: 2.0