jsystem.treeui
Class TestReportModel
java.lang.Object
javax.swing.table.AbstractTableModel
javax.swing.table.DefaultTableModel
jsystem.treeui.TestReportModel
- All Implemented Interfaces:
- Serializable, TableModel
- public class TestReportModel
- extends DefaultTableModel
TestReportModel
This class implements the table model
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.DefaultTableModel |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getDataVector, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestReportModel
public TestReportModel()
getColumnName
public String getColumnName(int column)
getValueAt
public Object getValueAt(int iRowIndex,
int iColumnIndex)
setValueAt
public void setValueAt(Object aValue,
int iRowIndex,
int iColumnIndex)
getColumnCount
public int getColumnCount()
getRowCount
public int getRowCount()
isCellEditable
public boolean isCellEditable(int row,
int column)
clearModel
public void clearModel()
addCommand
public int addCommand(String command)
addStatus
public void addStatus(int index,
boolean success,
boolean bold)
getCommandAt
public TestReportCommand getCommandAt(int index)