TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.manager
Class DefaultAnalysisViewer

java.lang.Object
  extended by org.eclipse.tptp.platform.analysis.core.manager.DefaultAnalysisViewer
All Implemented Interfaces:
IAnalysisViewer

public final class DefaultAnalysisViewer
extends java.lang.Object
implements IAnalysisViewer

This class provides a default viewer for any analysis element that fails to provide one through its viewer chain.


Constructor Summary
DefaultAnalysisViewer()
           
 
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

DefaultAnalysisViewer

public DefaultAnalysisViewer()
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
See Also:
org.eclipse.tptp.platform.analysis.core.viewer.IAnalysisViewer#showView(org.eclipse.tptp.platform.analysis.core.result.IAnalysisResult)

TPTP 4.5.0 Platform Project
Public API Specification