server.gui
Class RoutMatcherTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by server.gui.RoutMatcherTableModel
All Implemented Interfaces:
RoutMatcherListener, java.io.Serializable, javax.swing.table.TableModel

public class RoutMatcherTableModel
extends javax.swing.table.AbstractTableModel
implements RoutMatcherListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
RoutMatcherTableModel()
           
 
Method Summary
 void ConnectionAnswerAdded(RoutMatcherEvent evt)
           
 void ConnectionInvitationAdded(RoutMatcherEvent evt)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutMatcherTableModel

public RoutMatcherTableModel()
Method Detail

getRowCount

public int getRowCount()
Specified by:
getRowCount in interface javax.swing.table.TableModel

getColumnName

public java.lang.String getColumnName(int column)
Specified by:
getColumnName in interface javax.swing.table.TableModel
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel

getColumnCount

public int getColumnCount()
Specified by:
getColumnCount in interface javax.swing.table.TableModel

getValueAt

public java.lang.Object getValueAt(int rowIndex,
                                   int columnIndex)
Specified by:
getValueAt in interface javax.swing.table.TableModel

isCellEditable

public boolean isCellEditable(int rowIndex,
                              int columnIndex)
Specified by:
isCellEditable in interface javax.swing.table.TableModel
Overrides:
isCellEditable in class javax.swing.table.AbstractTableModel

ConnectionInvitationAdded

public void ConnectionInvitationAdded(RoutMatcherEvent evt)
Specified by:
ConnectionInvitationAdded in interface RoutMatcherListener

ConnectionAnswerAdded

public void ConnectionAnswerAdded(RoutMatcherEvent evt)
Specified by:
ConnectionAnswerAdded in interface RoutMatcherListener