com.adventnet.snmp.ui
Class PropertyCombinerBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.adventnet.snmp.ui.PropertyCombinerBeanInfo

public class PropertyCombinerBeanInfo
extends java.beans.SimpleBeanInfo

this is the BeanInfo class for PropertyCombiner Bean


Constructor Summary
PropertyCombinerBeanInfo()
           
 
Method Summary
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          this is used to discribe what are all the event possible to bean
 java.awt.Image getIcon(int kind)
          this is used to give an image for this bean
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyCombinerBeanInfo

public PropertyCombinerBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int kind)
this is used to give an image for this bean
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
this is used to discribe what are all the event possible to bean
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo