|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.SimpleBeanInfo
com.adventnet.snmp.snmp2.agent.SnmpAgentBeanInfo
public class SnmpAgentBeanInfo
This class is a beaninfo for the SnmpAgent.
SnmpAgent| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
SnmpAgentBeanInfo()
Default Constructor - currently does nothing. |
|
| Method Summary | |
|---|---|
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Getter for event descriptors. |
java.awt.Image |
getIcon(int kind)
Gets the image for bean. |
java.beans.MethodDescriptor[] |
getMethodDescriptors()
to tell what are the methods available for the user during the connection wizard. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Gets property descriptors of the bean info. |
(package private) java.beans.MethodDescriptor |
method(java.lang.String name)
|
(package private) static java.beans.PropertyDescriptor |
property(java.lang.String name,
java.lang.String descr)
A convenience method. |
| Methods inherited from class java.beans.SimpleBeanInfo |
|---|
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, loadImage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SnmpAgentBeanInfo()
| Method Detail |
|---|
public java.awt.Image getIcon(int kind)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfokind - int valuepublic java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface java.beans.BeanInfogetPropertyDescriptors in class java.beans.SimpleBeanInfopublic java.beans.MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors in interface java.beans.BeanInfogetMethodDescriptors in class java.beans.SimpleBeanInfo
static java.beans.PropertyDescriptor property(java.lang.String name,
java.lang.String descr)
throws java.beans.IntrospectionException
name - propery name .descr - property description
java.beans.IntrospectionException - is thrown if Introspection failsjava.beans.MethodDescriptor method(java.lang.String name)
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface java.beans.BeanInfogetEventSetDescriptors in class java.beans.SimpleBeanInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||