com.pvx.ooadide.builder
Class WarningResolutionGenerator

java.lang.Object
  extended by com.pvx.ooadide.builder.WarningResolutionGenerator
All Implemented Interfaces:
org.eclipse.ui.IMarkerResolutionGenerator, org.eclipse.ui.IMarkerResolutionGenerator2

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


Constructor Summary
WarningResolutionGenerator()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WarningResolutionGenerator

public WarningResolutionGenerator()
Method Detail

getResolutions

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

hasResolutions

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