TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.analysis.codereview.java.internal
Class AnnotationQuickFix

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.codereview.java.internal.AnnotationQuickFix
All Implemented Interfaces:
org.eclipse.ui.IMarkerResolutionGenerator, org.eclipse.ui.IMarkerResolutionGenerator2

public class AnnotationQuickFix
extends java.lang.Object
implements org.eclipse.ui.IMarkerResolutionGenerator2


Constructor Summary
AnnotationQuickFix()
           
 
Method Summary
 org.eclipse.ui.IMarkerResolution[] getResolutions(org.eclipse.core.resources.IMarker marker)
           
 boolean hasResolutions(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

AnnotationQuickFix

public AnnotationQuickFix()
Method Detail

hasResolutions

public boolean hasResolutions(org.eclipse.core.resources.IMarker marker)
Specified by:
hasResolutions in interface org.eclipse.ui.IMarkerResolutionGenerator2

getResolutions

public org.eclipse.ui.IMarkerResolution[] getResolutions(org.eclipse.core.resources.IMarker marker)
Specified by:
getResolutions in interface org.eclipse.ui.IMarkerResolutionGenerator

TPTP 4.2.0 Platform Project
Internal API Specification