DefaultMOTable
class is the default implementation of the {@link MOTable} class. For most use cases, it is not necessary to customizethis class through deriving your own sub-class. Instead, using a different {@link MOTableModel} as table data provider is sufficient.The default table model can be used to hold the data of a SNMP conceptual table as real tabular data. If you want to implement a virtual table, you will have to directly implement the interfaces {@link MOTableModel} or{@link MOMutableTableModel} to access the data based on the actual view. @author Frank Fock @version 1.4
|
|