|
||||||||||
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.PanelData
public static class ExecutionFilePanel.PanelData
Contains all the data that is shown on a execution file panel.
Constructor Summary | |
---|---|
ExecutionFilePanel.PanelData(int numberOfResults,
int numberOfColumns)
Creates a new ExecutionFilePanel. |
Method Summary | |
---|---|
String[][] |
getData()
Getter for the data. |
String |
getExecFileName()
Getter for the execFileName. |
String[] |
getHeaders()
Getter for the headers. |
void |
setExecFileName(String execFileNameParam)
Setter for the execFileName. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionFilePanel.PanelData(int numberOfResults, int numberOfColumns)
numberOfResults
- the number of resultsnumberOfColumns
- the number of columnsMethod Detail |
---|
public void setExecFileName(String execFileNameParam)
execFileNameParam
- the execFileName to setpublic String getExecFileName()
public String[] getHeaders()
public String[][] getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |