com.pvx.ooadide.builder
Class CodeStyleWarningResolution

java.lang.Object
  extended by com.pvx.ooadide.builder.CodeStyleWarningResolution
All Implemented Interfaces:
org.eclipse.ui.IMarkerResolution, org.eclipse.ui.IMarkerResolution2

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


Constructor Summary
CodeStyleWarningResolution(java.lang.String correction, java.lang.String corAction)
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeStyleWarningResolution

public CodeStyleWarningResolution(java.lang.String correction,
                                  java.lang.String corAction)
Method Detail

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

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