com.adventnet.snmp.ui
Class SnmpTableModelBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.adventnet.snmp.beans.SnmpTargetBeanInfo
              |
              +--com.adventnet.snmp.beans.SnmpTableBeanInfo
                    |
                    +--com.adventnet.snmp.ui.SnmpTableModelBeanInfo

public class SnmpTableModelBeanInfo
extends SnmpTableBeanInfo

This class is a beaninfo for the SnmpTableModelbean.


Constructor Summary
SnmpTableModelBeanInfo()
           
 
Method Summary
 java.awt.Image getIcon(int kind)
          this will return the image to be displayed for this bean
 
Methods inherited from class com.adventnet.snmp.beans.SnmpTableBeanInfo
getEventSetDescriptors, getPropertyDescriptors, property
 
Methods inherited from class com.adventnet.snmp.beans.SnmpTargetBeanInfo
getBeanDescriptor
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnmpTableModelBeanInfo

public SnmpTableModelBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int kind)
Description copied from class: SnmpTableBeanInfo
this will return the image to be displayed for this bean
Overrides:
getIcon in class SnmpTableBeanInfo