Uses of Class
org.snmp4j.model.snmp.proxy.impl.SnmpIndexColumn
Packages that use SnmpIndexColumn
Package
Description
-
Uses of SnmpIndexColumn in org.snmp4j.model.snmp.api
Methods in org.snmp4j.model.snmp.api that return SnmpIndexColumnModifier and TypeMethodDescriptionTableHelper.StringSnmpProxyColumnFactory.createSnmpProxyIndexColumn
(org.snmp4j.smi.OID oid, Class<String> valueClass, int smiSyntax, int minWidth, int maxWidth, String header, org.snmp4j.smi.SubIndexInfo smiIndexInfo) -
Uses of SnmpIndexColumn in org.snmp4j.model.snmp.proxy
Methods in org.snmp4j.model.snmp.proxy that return SnmpIndexColumnModifier and TypeMethodDescriptionSnmpProxyColumnFactory.createSnmpProxyIndexColumn
(org.snmp4j.smi.OID oid, Class<T> valueClass, int smiSyntax, int minWidth, int maxWidth, String header, org.snmp4j.smi.SubIndexInfo subIndexInfo) Creates a new index proxy column. -
Uses of SnmpIndexColumn in org.snmp4j.model.snmp.proxy.impl
Classes in org.snmp4j.model.snmp.proxy.impl with type parameters of type SnmpIndexColumnModifier and TypeClassDescriptionclass
ColumnList<C extends SnmpColumn,
IC extends SnmpIndexColumn, IT, T, R extends SnmpProxyRow<IT, T>> TheColumnList
implements a virtual column set based on a table and a row index.