Package org.eclipse.ui
Interface IMarkerResolution
-
- All Known Subinterfaces:
IMarkerResolution2
- All Known Implementing Classes:
WorkbenchMarkerResolution
public interface IMarkerResolutionResolution for a marker. When run, a resolution would typically eliminate the need for the marker.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()Returns a short label indicating what the resolution will do.voidrun(IMarker marker)Runs this resolution.
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
Returns a short label indicating what the resolution will do.- Returns:
- a short label for this resolution
-
run
void run(IMarker marker)
Runs this resolution.- Parameters:
marker- the marker to resolve
-
-