| |
|
| java.lang.Object org.eclipse.ui.internal.ide.ProblemImageProvider
ProblemImageProvider | public class ProblemImageProvider implements IMarkerImageProvider(Code) | | Implementation of IMarkerImageProvider to provide the image
path names for problem markers.
|
Method Summary | |
public String | getImagePath(IMarker marker) Returns the relative path for the image
to be used for displaying an marker in the workbench. |
ProblemImageProvider | public ProblemImageProvider()(Code) | | TaskImageProvider constructor comment.
|
getImagePath | public String getImagePath(IMarker marker)(Code) | | Returns the relative path for the image
to be used for displaying an marker in the workbench.
This path is relative to the plugin location
Returns null if there is no appropriate image.
Parameters: marker - The marker to get an image path for. |
|
|
|