TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.core.ui.views
Class AbstractAnalysisResultView

java.lang.Object
  extended by org.eclipse.tptp.platform.analysis.core.ui.views.AbstractAnalysisResultView
All Implemented Interfaces:
IAnalysisResultView
Direct Known Subclasses:
ResultViewDefault

public abstract class AbstractAnalysisResultView
extends java.lang.Object
implements IAnalysisResultView

Abstract base class for all Analysis result views


Constructor Summary
AbstractAnalysisResultView()
           
 
Method Summary
abstract  void createComposite(ResultsFrameView view, ResultTab parent, AnalysisHistory history, AbstractAnalysisProvider provider)
          Creats the composite for the view
abstract  void dispose()
          Do all the required cleanup when the view is disposed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnalysisResultView

public AbstractAnalysisResultView()
Method Detail

createComposite

public abstract void createComposite(ResultsFrameView view,
                                     ResultTab parent,
                                     AnalysisHistory history,
                                     AbstractAnalysisProvider provider)
Creats the composite for the view

Specified by:
createComposite in interface IAnalysisResultView
Parameters:
view - A reference to the main result view frame
parent - The composite that owns the result view
history - The history instance being viewed
provider - The current analysis provider

dispose

public abstract void dispose()
Do all the required cleanup when the view is disposed


TPTP 4.6.0 Platform Project
Public API Specification