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, setValueAtpublic 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 TableModelgetColumnClass in class AbstractTableModelpublic String getColumnName(int columnIndex)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic void clear()
Copyright © 2019. All Rights Reserved.