Package org.eclipse.ui
Interface IMarkerResolutionRelevance
-
public interface IMarkerResolutionRelevanceA relevance for the marker resolution. This interface gives the relevance of the marker which can be used to sort all the marker resolutions. Resolutions with higher relevance should be listed before resolutions with lower relevance.- Since:
- 3.14
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intgetRelevanceForResolution()Returns the relevance of this marker resolution.
-