com.adventnet.snmp.beans
Class PropertyCustomPanel.UserTableModel

java.lang.Object
  |
  +--javax.swing.table.AbstractTableModel
        |
        +--com.adventnet.snmp.beans.PropertyCustomPanel.UserTableModel
Enclosing class:
PropertyCustomPanel

class PropertyCustomPanel.UserTableModel
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
(package private)  PropertyCustomPanel aud
           
(package private)  java.lang.String host
           
(package private)  int port
           
(package private)  java.lang.String[] tabColName
           
(package private)  java.util.Vector userList
           
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
PropertyCustomPanel.UserTableModel(PropertyCustomPanel aud)
           
 
Method Summary
 int getColumnCount()
           
 java.lang.String getColumnName(int col)
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 
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, toString, wait, wait, wait
 

Field Detail

userList

java.util.Vector userList

aud

PropertyCustomPanel aud

port

int port

host

java.lang.String host

tabColName

java.lang.String[] tabColName
Constructor Detail

PropertyCustomPanel.UserTableModel

public PropertyCustomPanel.UserTableModel(PropertyCustomPanel aud)
Method Detail

getRowCount

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

getColumnCount

public int getColumnCount()
Overrides:
getColumnCount 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