Synergy Home Page

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

Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
BPeopleTableModel()
           
 
Method Summary
 void addUser(String name, Integer age, String nick, BChatUser id)
          Please complete the missing tags for addUser
 void clear()
          Please complete the missing tags for clear
 Class getColumnClass(int c)
          Please complete the missing tags for getColumnClass
 int getColumnCount()
          Please complete the missing tags for getColumnCount
 String getColumnName(int col)
          Please complete the missing tags for getColumnName
 int getRowCount()
          Please complete the missing tags for getRowCount
 BChatUser getUser(int row)
           
 Object getValueAt(int row, int col)
          Please complete the missing tags for getValueAt
 
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
 

Constructor Detail

BPeopleTableModel

public BPeopleTableModel()
Method Detail

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:
 

Synergy Home Page