com.superhac.JXBStreamer.Gui
Class ConnectionStatusTabMod

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by com.superhac.JXBStreamer.Gui.ConnectionStatusTabMod
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class ConnectionStatusTabMod
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 java.lang.String[] colNames
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ConnectionStatusTabMod(XBMSPServer server)
          Creates a new instance of IncommingConnTableModel
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void update()
           
 
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
 

Field Detail

colNames

public java.lang.String[] colNames
Constructor Detail

ConnectionStatusTabMod

public ConnectionStatusTabMod(XBMSPServer server)
Creates a new instance of IncommingConnTableModel

Method Detail

getColumnName

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

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

isCellEditable

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

update

public void update()