com.adventnet.snmp.ui
Class SnmpTableModelBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.adventnet.snmp.beans.SnmpTargetBeanInfo
          extended by com.adventnet.snmp.beans.SnmpTableBeanInfo
              extended by com.adventnet.snmp.ui.SnmpTableModelBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class SnmpTableModelBeanInfo
extends SnmpTableBeanInfo

This class is a beaninfo for the SnmpTableModelbean.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
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
 
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

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class SnmpTableBeanInfo