Class WorkbenchMarkerResolution
java.lang.Object
org.eclipse.ui.views.markers.WorkbenchMarkerResolution
- All Implemented Interfaces:
IMarkerResolution, IMarkerResolution2
WorkbenchMarkerResolution is the resolution that can be grouped
with others that are similar to allow multi selection.
- Since:
- 3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract IMarker[]findOtherMarkers(IMarker[] markers) Iterate through the list of supplied markers.voidrun(IMarker[] markers, IProgressMonitor monitor) Runs this resolution.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IMarkerResolution
getLabel, runMethods inherited from interface IMarkerResolution2
getDescription, getImage
-
Constructor Details
-
WorkbenchMarkerResolution
public WorkbenchMarkerResolution()
-
-
Method Details
-
findOtherMarkers
-
run
Runs this resolution. Resolve allmarkers.markersmust be a subset of the markers returned byfindOtherMarkers(IMarker[]).- Parameters:
markers- The markers to resolve, not nullmonitor- The monitor to report progress
-