|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.views.markers.WorkbenchMarkerResolution
WorkbenchMarkerResolution is the resolution that can be grouped with others that are similar to allow multi selection.
Constructor Summary | |
---|---|
WorkbenchMarkerResolution()
|
Method Summary | |
---|---|
abstract IMarker[] |
findOtherMarkers(IMarker[] markers)
Iterate through the list of supplied markers. |
void |
run(IMarker[] markers,
IProgressMonitor monitor)
Runs this resolution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IMarkerResolution2 |
---|
getDescription, getImage |
Methods inherited from interface org.eclipse.ui.IMarkerResolution |
---|
getLabel, run |
Constructor Detail |
public WorkbenchMarkerResolution()
Method Detail |
public abstract IMarker[] findOtherMarkers(IMarker[] markers)
markers
-
public void run(IMarker[] markers, IProgressMonitor monitor)
markers
.
markers
must be a subset of the markers returned
by findOtherMarkers(IMarker[])
.
markers
- The markers to resolve, not nullmonitor
- The monitor to report progress
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.