public class UsmMIB.UsmTableModel extends DefaultMOMutableTableModel<MOMutableRow2PC>
DefaultMOMutableTableModel.FilteredRowIteratorrowFactorycolumnCount, rows| Constructor and Description |
|---|
UsmMIB.UsmTableModel(MOTableIndex indexDef) |
| Modifier and Type | Method and Description |
|---|---|
MOMutableRow2PC |
createRow(org.snmp4j.smi.OID index,
org.snmp4j.smi.Variable[] values)
Create a new row and return it.
|
MOTableIndex |
getIndexDef() |
addMOTableModelListener, addRow, clear, clear, fireTableModelChanged, freeRow, getRowFactory, getRows, getRows, iterator, removeMOTableModelListener, removeRow, removeRows, setColumnCount, setRowFactorycontainsRow, dump, firstIndex, firstRow, getColumnCount, getRow, getRowCount, isEmpty, iterator, lastIndex, lastRow, tailIteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainsRow, firstIndex, firstRow, getColumnCount, getRow, getRowCount, isEmpty, iterator, lastIndex, lastRow, tailIteratorpublic UsmMIB.UsmTableModel(MOTableIndex indexDef)
public MOMutableRow2PC createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
DefaultMOMutableTableModelDefaultMOMutableTableModel.addRow(R) method.
If this mutable table does not support row creation, it should
throw an UnsupportedOperationException.createRow in interface MOTableRowFactory<MOMutableRow2PC>createRow in class DefaultMOMutableTableModel<MOMutableRow2PC>index - the index OID for the new row.values - the values to be contained in the new row.MOTableRow.public MOTableIndex getIndexDef()
Copyright © 2015 SNMP4J.org. All rights reserved.