Eclipse Platform
2.0

org.eclipse.ui
Interface IMarkerResolution


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
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.