com.adventnet.snmp.snmp2.agent
Class AgentSnmpGroupBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.adventnet.snmp.snmp2.agent.AgentSnmpGroupBeanInfo

public class AgentSnmpGroupBeanInfo
extends java.beans.SimpleBeanInfo

This class is a beaninfo for the AgentSnmpGroup.

See Also:
AgentSnmpGroup

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.
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.
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
array of event descriptors.