Eclipse Platform
Release 3.1

org.eclipse.ui
Interface IMarkerResolution

All Known Subinterfaces:
IMarkerResolution2

public interface IMarkerResolution

Resolution for a marker. When run, a resolution would typically eliminate the need for the marker.

Since:
2.0

Method Summary
 String getLabel()
          Returns a short label indicating what the resolution will do.
 void run(IMarker marker)
          Runs this resolution.
 

Method Detail

getLabel

public String getLabel()
Returns a short label indicating what the resolution will do.

Returns:
a short label for this resolution

run

public void run(IMarker marker)
Runs this resolution.

Parameters:
marker - the marker to resolve

Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.