public class LoadTestSamples extends AbstractTableModel
listenerList
Constructor and Description |
---|
LoadTestSamples(LoadTest loadTest) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
release() |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
public LoadTestSamples(LoadTest loadTest)
public int getRowCount()
public void release()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int columnIndex)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public void clear()
Copyright © 2019. All Rights Reserved.