com.adventnet.snmp.ui
Class PropertyCombinerBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.adventnet.snmp.ui.PropertyCombinerBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class PropertyCombinerBeanInfo
extends java.beans.SimpleBeanInfo

this is the BeanInfo class for PropertyCombiner Bean


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

Specified by:
getIcon in interface java.beans.BeanInfo
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

Specified by:
getEventSetDescriptors in interface java.beans.BeanInfo
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo


Copyright (c)AdventNet Inc., 1996-2006