|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.analysis.core.ui.views.AbstractAnalysisResultView
org.eclipse.tptp.platform.analysis.core.ui.views.ResultViewDefault
public class ResultViewDefault
| Nested Class Summary | |
|---|---|
class |
ResultViewDefault.QuickFixAction
|
| Field Summary |
|---|
| Fields inherited from interface org.eclipse.tptp.platform.analysis.core.history.AnalysisHistoryListener |
|---|
HISTORY_ANALYSIS_ENDED, HISTORY_ANALYSIS_REMOVED, HISTORY_ANALYSIS_STARTED, HISTORY_ANALYSIS_UPDATED |
| Constructor Summary | |
|---|---|
ResultViewDefault()
|
|
| Method Summary | |
|---|---|
void |
createComposite(ResultsFrameView parentView,
ResultTab parentTab,
AnalysisHistory historyData,
AbstractAnalysisProvider providerValue)
Creats the composite for the view |
void |
dispose()
Dispose of this view |
void |
historyEvent(AnalysisHistory historyData,
int eventId)
History event handle. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultViewDefault()
| Method Detail |
|---|
public void createComposite(ResultsFrameView parentView,
ResultTab parentTab,
AnalysisHistory historyData,
AbstractAnalysisProvider providerValue)
AbstractAnalysisResultView
createComposite in interface IAnalysisResultViewcreateComposite in class AbstractAnalysisResultViewview - A reference to the main result view frameparent - The composite that owns the result viewhistory - The history instance being viewednewProvider - The current analysis provider
public void historyEvent(AnalysisHistory historyData,
int eventId)
AnalysisHistoryListener
historyEvent in interface AnalysisHistoryListenerhistoryData - The analysis history where the event occurredeventId - The id of the event that occurred (HISTORY_ANALYSIS_STARTED,
HISTORY_ANALYSIS_ENDED, HISTORY_ANALYSIS_UPDATED)public void dispose()
dispose in class AbstractAnalysisResultView
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||