public abstract class AbstractAaxlEditorMarkerResolution
extends org.eclipse.ui.views.markers.WorkbenchMarkerResolution
#getTarget()
method by an
AObject that is the object to be acted upon. This object is used to determine
which EMF Resource should be opened in the editor. The editor is opened if it
is not already open, and the editor is made the front and active editor.Modifier and Type | Method and Description |
---|---|
org.eclipse.core.resources.IMarker[] |
findOtherMarkers(org.eclipse.core.resources.IMarker[] markers)
Find the other markers that are fixable by this resolution.
|
java.lang.String |
getDescription()
No description by default.
|
org.eclipse.swt.graphics.Image |
getImage()
Returns no image by default.
|
void |
run(org.eclipse.core.resources.IMarker marker)
Executes the resolution by executing the command returned by
getCommand(IMarker) in the editor opened on the Resource
containing the object returned by #getTarget() . |
public final void run(org.eclipse.core.resources.IMarker marker)
getCommand(IMarker)
in the editor opened on the Resource
containing the object returned by #getTarget()
. The method
getTarget(IMarker)
is always called before the method
getCommand(IMarker)
.public final org.eclipse.core.resources.IMarker[] findOtherMarkers(org.eclipse.core.resources.IMarker[] markers)
testMarker(IMarker)
.findOtherMarkers
in class org.eclipse.ui.views.markers.WorkbenchMarkerResolution
public java.lang.String getDescription()
null
public org.eclipse.swt.graphics.Image getImage()
null
.