com.adventnet.snmp.snmp2.agent
Class AgentSnmpGroupBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.adventnet.snmp.snmp2.agent.AgentSnmpGroupBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class AgentSnmpGroupBeanInfo
extends java.beans.SimpleBeanInfo

This class is a beaninfo for the AgentSnmpGroup.

See Also:
AgentSnmpGroup

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AgentSnmpGroupBeanInfo()
          The Default Constructor for AgentSnmpGroupBeanInfo.
 
Method Summary
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Gets the event descriptors.
 java.awt.Image getIcon(int kind)
          Getter for the Icons.
 
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

AgentSnmpGroupBeanInfo

public AgentSnmpGroupBeanInfo()
The Default Constructor for AgentSnmpGroupBeanInfo.

Method Detail

getIcon

public java.awt.Image getIcon(int kind)
Getter for the Icons.

Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo
Parameters:
kind - The Icon required.
Returns:
This Returns the Image associated with this Bean.

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Gets the event descriptors.

Specified by:
getEventSetDescriptors in interface java.beans.BeanInfo
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
array of event descriptors.