org.eclipse.xtext.ui.editor.quickfix
Class MarkerResolutionGenerator.ResolutionAdapter

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.quickfix.MarkerResolutionGenerator.ResolutionAdapter
All Implemented Interfaces:
org.eclipse.ui.IMarkerResolution, org.eclipse.ui.IMarkerResolution2
Enclosing class:
MarkerResolutionGenerator

public class MarkerResolutionGenerator.ResolutionAdapter
extends java.lang.Object
implements org.eclipse.ui.IMarkerResolution2


Constructor Summary
MarkerResolutionGenerator.ResolutionAdapter(IssueResolution resolution)
           
 
Method Summary
 java.lang.String getDescription()
           
 org.eclipse.swt.graphics.Image getImage()
           
 java.lang.String getLabel()
           
 void run(org.eclipse.core.resources.IMarker marker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerResolutionGenerator.ResolutionAdapter

public MarkerResolutionGenerator.ResolutionAdapter(IssueResolution resolution)
Method Detail

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface org.eclipse.ui.IMarkerResolution

run

public void run(org.eclipse.core.resources.IMarker marker)
Specified by:
run in interface org.eclipse.ui.IMarkerResolution

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.eclipse.ui.IMarkerResolution2

getImage

public org.eclipse.swt.graphics.Image getImage()
Specified by:
getImage in interface org.eclipse.ui.IMarkerResolution2