AgentTable.AgentTableModel
-
static class
AgentTableModel
extends AbstractTableModel
Constructors
AgentTableModel
-
public
AgentTableModel
()
Methods
addRow
-
public void
addRow
()
deleteRows
-
public void
deleteRows
(int[] rows)
getColumnClass
-
public Class<?>
getColumnClass
(int c)
getColumnCount
-
public int
getColumnCount
()
getColumnName
-
public String
getColumnName
(int c)
getRowCount
-
public int
getRowCount
()
getValueAt
-
public Object
getValueAt
(int row, int col)
isCellEditable
-
public boolean
isCellEditable
(int row, int col)
setValueAt
-
public void
setValueAt
(Object value, int row, int col)