java.lang.Objectcom.ibm.jdg2e.resources.extensions.builder.ReadmeResolution
| Constructor Summary | |
ReadmeResolution()
Implements the processing for a Quick Fix request. |
|
| Method Summary | |
java.lang.String |
getLabel()
Label for quick fix action in the UI. |
void |
run(org.eclipse.core.resources.IMarker marker)
Resolve marker by asking user for a choice of two options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReadmeResolution()
| Method Detail |
public java.lang.String getLabel()
getLabel in interface org.eclipse.ui.IMarkerResolutionIMarkerResolution.getLabel()public void run(org.eclipse.core.resources.IMarker marker)
run in interface org.eclipse.ui.IMarkerResolutionIMarkerResolution.run(org.eclipse.core.resources.IMarker)