|
TPTP 4.1.0 Platform Project Internal 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.internal.model.ResultsModel
| Constructor Summary | |
|---|---|
ResultsModel()
|
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
Add a property change listener. |
void |
analysisComplete(org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement element)
Notification that a given analysis element have complete its analysis phase. |
void |
complete(IAnalysisHistory history)
Used internally to mark the specified history as completed |
AnalysisHistory |
createHistory(java.lang.String configName,
java.util.List managerList)
Used internally to create a new history record |
void |
deleteHistory(IAnalysisHistory history)
Used internally to remove a history item from the results |
java.util.List |
getResults()
|
static ResultsModel |
instance()
Singleton call to get the instnace of the content provider for analysis results. |
boolean |
isFiltered()
|
void |
removeElement(org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement element)
|
void |
toggleFilter()
Toggles the model from full or filtered result mode |
void |
update()
Forces the provider data model to update, causing any listeners to redraw as necessary. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResultsModel()
| Method Detail |
public void toggleFilter()
public AnalysisHistory createHistory(java.lang.String configName,
java.util.List managerList)
configName -
public void complete(IAnalysisHistory history)
history - public void update()
public static ResultsModel instance()
public void addPropertyChangeListener(org.eclipse.jface.util.IPropertyChangeListener listener)
listener - public void deleteHistory(IAnalysisHistory history)
history - The history item to removepublic java.util.List getResults()
public void removeElement(org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement element)
public void analysisComplete(org.eclipse.tptp.platform.analysis.core.element.IAnalysisElement element)
org.eclipse.tptp.platform.analysis.core.manager.IAnalysisListener
analysisComplete in interface org.eclipse.tptp.platform.analysis.core.manager.IAnalysisListenerelement - The element that has completed its analysispublic boolean isFiltered()
|
TPTP 4.1.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||