TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.viewer
Interface IAnalysisViewer

All Known Implementing Classes:
CodeReviewViewer, DefaultAnalysisViewer

public interface IAnalysisViewer

The interface used to describe analysis viewers


Method Summary
 void showView(AbstractAnalysisResult result)
          Display a view of the result data
 

Method Detail

showView

public void showView(AbstractAnalysisResult result)
Display a view of the result data

Parameters:
result - The result to view

TPTP 4.4.0 Platform Project
Public API Specification