TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.codereview.cpp
Class CodeReviewViewer

java.lang.Object
  extended by org.eclipse.tptp.platform.analysis.codereview.cpp.CodeReviewViewer
All Implemented Interfaces:
IAnalysisViewer

public class CodeReviewViewer
extends java.lang.Object
implements IAnalysisViewer


Constructor Summary
CodeReviewViewer()
           
 
Method Summary
 void showView(AbstractAnalysisResult result)
          Display a view of the result data
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeReviewViewer

public CodeReviewViewer()
Method Detail

showView

public void showView(AbstractAnalysisResult result)
Description copied from interface: IAnalysisViewer
Display a view of the result data

Specified by:
showView in interface IAnalysisViewer
Parameters:
result - The result to view

TPTP 4.5.0 Platform Project
Public API Specification