| org.eclipse.ui.IMarkerResolution2
All known Subclasses: org.eclipse.ui.views.markers.WorkbenchMarkerResolution,
IMarkerResolution2 | public interface IMarkerResolution2 extends IMarkerResolution(Code) | | Extends IMarkerResolution . This interface should be used
in place of IMarkerResolution if a description and/or image
are desired.
since: 3.0 |
Method Summary | |
public String | getDescription() Returns optional additional information about the resolution. | public Image | getImage() Returns the image to be displayed in the list of resolutions. |
getDescription | public String getDescription()(Code) | | Returns optional additional information about the resolution.
The additional information will be presented to assist the user
in deciding if the selected proposal is the desired choice.
the additional information or null |
getImage | public Image getImage()(Code) | | Returns the image to be displayed in the list of resolutions.
The image would typically be shown to the left of the display string.
the image to be shown or null if no image is desired |
|
|