Eclipse Platform
2.0

org.eclipse.ui
Interface IMarkerResolutionGenerator


public interface IMarkerResolutionGenerator

Creates resolutions for a given marker. When run, a resolution would typically eliminate the need for the marker.

Since:
2.0

Method Summary
 IMarkerResolution[] getResolutions(IMarker marker)
          Returns resolutions for the given marker (may be empty).
 

Method Detail

getResolutions

public IMarkerResolution[] getResolutions(IMarker marker)
Returns resolutions for the given marker (may be empty).

Returns:
resolutions for the given marker

Eclipse Platform
2.0

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