com.ibm.jdg2e.resources.extensions.builder
Class ReadmeResolution

java.lang.Object
  extended bycom.ibm.jdg2e.resources.extensions.builder.ReadmeResolution
All Implemented Interfaces:
org.eclipse.ui.IMarkerResolution

public class ReadmeResolution
extends java.lang.Object
implements org.eclipse.ui.IMarkerResolution


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

ReadmeResolution

public ReadmeResolution()
Implements the processing for a Quick Fix request. This class is created and invoked in response to the user's interaction with a problem marker that has a resolution generator that identifies a resolution (quick fix).

Method Detail

getLabel

public java.lang.String getLabel()
Label for quick fix action in the UI.

Specified by:
getLabel in interface org.eclipse.ui.IMarkerResolution
See Also:
IMarkerResolution.getLabel()

run

public void run(org.eclipse.core.resources.IMarker marker)
Resolve marker by asking user for a choice of two options.

Specified by:
run in interface org.eclipse.ui.IMarkerResolution
See Also:
IMarkerResolution.run(org.eclipse.core.resources.IMarker)