|
Apache JMeter 2.0.1.20050615 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jmeter.visualizers.GraphModel
org.apache.jmeter.visualizers.TableDataModel
This class implements the TableModel for the information kept by the GraphModel.
| Constructor Summary | |
TableDataModel()
Constructor for the TableDataModel object. |
|
| Method Summary | |
Sample |
addNewSample(long time,
long timeStamp,
boolean success,
String url)
|
Sample |
addSample(SampleResult e)
Adds a feature to the Sample attribute of the GraphModel object. |
void |
addTableModelListener(TableModelListener l)
Dummy implementation. |
void |
clear()
Clears the current data of the object. |
String |
getClassLabel()
Gets the ClassLabel attribute of the GraphModel object. |
Class |
getColumnClass(int columnIndex)
|
int |
getColumnCount()
|
String |
getColumnName(int columnIndex)
|
Class |
getGuiClass()
Gets the GuiClass attribute of the TableModel object. |
int |
getRowCount()
|
Object |
getValueAt(int rowIndex,
int columnIndex)
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
|
void |
removeTableModelListener(TableModelListener l)
Dummy implementation. |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex)
Dummy implementation. |
| Methods inherited from class org.apache.jmeter.visualizers.GraphModel |
addGraphListener, addNewSample, fireDataChanged, getCurrentAverage, getCurrentData, getCurrentDeviation, getCurrentMedian, getCurrentThroughput, getGraphMax, getMaxSample, getName, getSampleCount, getSamples, getThroughputMax, quickUpdate, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TableDataModel()
| Method Detail |
public Class getGuiClass()
getGuiClass in class GraphModelpublic void clear()
Clearable
clear in interface Clearableclear in class GraphModelpublic String getClassLabel()
public Sample addNewSample(long time,
long timeStamp,
boolean success,
String url)
public Sample addSample(SampleResult e)
GraphModel
addSample in class GraphModele - the feature to be added to the Sample attributepublic int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelpublic Class getColumnClass(int columnIndex)
getColumnClass in interface TableModel
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModel
public Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface TableModel
public void setValueAt(Object aValue,
int rowIndex,
int columnIndex)
setValueAt in interface TableModelpublic void addTableModelListener(TableModelListener l)
addTableModelListener in interface TableModelpublic void removeTableModelListener(TableModelListener l)
removeTableModelListener in interface TableModel
|
Apache JMeter 2.0.1.20050615 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||