Eclipse Platform
Luna (4.4)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Known Subinterfaces:
- IMarkerResolution2
- All Known Implementing Classes:
- WorkbenchMarkerResolution
public interface IMarkerResolution
Resolution for a marker. When run, a resolution would
typically eliminate the need for the marker.
- Since:
- 2.0
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
String |
getLabel()
Returns a short label indicating what the resolution will do.
|
void |
run(IMarker marker)
Runs this resolution.
|
-
-
Method Detail
-
run
void run(IMarker marker)
Runs this resolution.
- Parameters:
marker
- the marker to resolve
Eclipse Platform
Luna (4.4)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.