au.edu.swin.synergy.plugin.roomgui
Class BPeopleTableModel
java.lang.Object
|
+--javax.swing.table.AbstractTableModel
|
+--au.edu.swin.synergy.plugin.roomgui.BPeopleTableModel
- public class BPeopleTableModel
- extends AbstractTableModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener,
findColumn,
fireTableCellUpdated,
fireTableChanged,
fireTableDataChanged,
fireTableRowsDeleted,
fireTableRowsInserted,
fireTableRowsUpdated,
fireTableStructureChanged,
isCellEditable,
removeTableModelListener,
setValueAt |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BPeopleTableModel
public BPeopleTableModel()
getColumnCount
public int getColumnCount()
- Please complete the missing tags for getColumnCount
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getColumnCount in class AbstractTableModel
- Pre Condition:
-
- Post Condition:
-
getRowCount
public int getRowCount()
- Please complete the missing tags for getRowCount
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getRowCount in class AbstractTableModel
- Pre Condition:
-
- Post Condition:
-
getColumnName
public String getColumnName(int col)
- Please complete the missing tags for getColumnName
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getColumnName in class AbstractTableModel
- Pre Condition:
-
- Post Condition:
-
getValueAt
public Object getValueAt(int row,
int col)
- Please complete the missing tags for getValueAt
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getValueAt in class AbstractTableModel
- Pre Condition:
-
- Post Condition:
-
getUser
public BChatUser getUser(int row)
getColumnClass
public Class getColumnClass(int c)
- Please complete the missing tags for getColumnClass
- Parameters:
- - Returns:
-
- Throws:
- -
- Overrides:
- getColumnClass in class AbstractTableModel
- Pre Condition:
-
- Post Condition:
-
addUser
public void addUser(String name,
Integer age,
String nick,
BChatUser id)
- Please complete the missing tags for addUser
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-
clear
public void clear()
- Please complete the missing tags for clear
- Parameters:
- - Returns:
-
- Pre Condition:
-
- Post Condition:
-