|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.sim.kiem.automated.ui.views.ExecutionFilePanel
public class ExecutionFilePanel
A panel that displays a table visualizing the results of a the execution of one .execution file with multiple model files and possibly multiple iterations.
Nested Class Summary | |
---|---|
static class |
ExecutionFilePanel.PanelData
Contains all the data that is shown on a execution file panel. |
Constructor Summary | |
---|---|
ExecutionFilePanel(IPath name,
Composite panel)
Creates a new ExecutionFilePanel. |
|
ExecutionFilePanel(IPath name,
Composite panel,
Exception e0)
Creates a new ExecutionFilePanel. |
Method Summary | |
---|---|
void |
addResult(AbstractResult iterationResult)
Add a new result to this panel. |
void |
addResult(List<AbstractResult> resultsParam)
Add a list of results to the table, the columns will be taken from the last result in the list as that is assumed to be correct. |
void |
dispose()
Dispose of this panel. |
ExecutionFilePanel.PanelData |
getData()
Get the data contained in the table as a matrix. |
IPath |
getExecName()
Getter for the execName. |
void |
refresh()
Refreshes the view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionFilePanel(IPath name, Composite panel)
name
- the execution filepanel
- the parent panelpublic ExecutionFilePanel(IPath name, Composite panel, Exception e0)
name
- the execution filepanel
- the parent panele0
- the exception that caused the errorMethod Detail |
---|
public void addResult(AbstractResult iterationResult)
iterationResult
- the result that should be addedpublic void addResult(List<AbstractResult> resultsParam)
resultsParam
- the list of resultspublic IPath getExecName()
public void dispose()
public void refresh()
public ExecutionFilePanel.PanelData getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |