| org.eclipse.ui.IMarkerResolution
IMarkerResolution | public interface IMarkerResolution (Code) | | Resolution for a marker. When run, a resolution would
typically eliminate the need for the marker.
since: 2.0 |
Method Summary | |
public String | getLabel() Returns a short label indicating what the resolution will do. | public void | run(IMarker marker) Runs this resolution. |
getLabel | public String getLabel()(Code) | | Returns a short label indicating what the resolution will do.
a short label for this resolution |
run | public void run(IMarker marker)(Code) | | Runs this resolution.
Parameters: marker - the marker to resolve |
|
|