Gnutella.GUI.ConnectionMonitor
Class GnuHostListTableModel

java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--Gnutella.GUI.ConnectionMonitor.GnuHostListTableModel

public class GnuHostListTableModel
extends javax.swing.table.AbstractTableModel
implements StateListener, RunnerUpdated

See Also:
Serialized Form

Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
GnuHostListTableModel()
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 void runnerUpdate()
           
 void stateChanged(StateHolder holder)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

GnuHostListTableModel

public GnuHostListTableModel()
Method Detail

getColumnCount

public int getColumnCount()
Overrides:
getColumnCount in class javax.swing.table.AbstractTableModel

getRowCount

public int getRowCount()
Overrides:
getRowCount in class javax.swing.table.AbstractTableModel

getColumnName

public java.lang.String getColumnName(int col)
Overrides:
getColumnName in class javax.swing.table.AbstractTableModel

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)
Overrides:
getValueAt in class javax.swing.table.AbstractTableModel

stateChanged

public void stateChanged(StateHolder holder)
Specified by:
stateChanged in interface StateListener

runnerUpdate

public void runnerUpdate()
Specified by:
runnerUpdate in interface RunnerUpdated