| org.eclipse.ui.IMarkerResolutionGenerator
IMarkerResolutionGenerator | public interface IMarkerResolutionGenerator (Code) | | Creates resolutions for a given marker.
When run, a resolution would typically eliminate
the need for the marker.
since: 2.0 |
getResolutions | public IMarkerResolution[] getResolutions(IMarker marker)(Code) | | Returns resolutions for the given marker (may
be empty).
resolutions for the given marker |
|
|