public class UsmMIB.UsmTableModel extends DefaultMOMutableTableModel<MOMutableRow2PC>
DefaultMOMutableTableModel.FilteredRowIterator
rowFactory
columnCount, rows
Constructor and Description |
---|
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, setRowFactory
containsRow, dump, firstIndex, firstRow, getColumnCount, getRow, getRowCount, isEmpty, iterator, lastIndex, lastRow, tailIterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
containsRow, firstIndex, firstRow, getColumnCount, getRow, getRowCount, isEmpty, iterator, lastIndex, lastRow, tailIterator
public UsmTableModel(MOTableIndex indexDef)
public MOMutableRow2PC createRow(org.snmp4j.smi.OID index, org.snmp4j.smi.Variable[] values)
DefaultMOMutableTableModel
DefaultMOMutableTableModel.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 © 2019 SNMP4J.org. All rights reserved.