com.adventnet.snmp.beans
Class PropertyCustomPanel.UserTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by com.adventnet.snmp.beans.PropertyCustomPanel.UserTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
PropertyCustomPanel

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


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, getListeners, getTableModelListeners, 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()

getColumnCount

public int getColumnCount()

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

getValueAt

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