|
|||||||||
| 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.SnmpProxyBeanInfo
public class SnmpProxyBeanInfo
This class is a beaninfo for the SnmpProxy bean.
SnmpProxy| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
SnmpProxyBeanInfo()
Defualt Constructor - currently does nothing. |
|
| Method Summary | |
|---|---|
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Gets the event set descriptors of the bean. |
java.awt.Image |
getIcon(int kind)
Gets the image of the bean. |
java.beans.MethodDescriptor[] |
getMethodDescriptors()
to tell what are the methods available for the user during the connection wizard. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Gets the property descriptors of bean properties. |
(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. |
(package private) java.beans.MethodDescriptor |
regMethod(java.lang.String name)
|
| 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 SnmpProxyBeanInfo()
| Method Detail |
|---|
public java.awt.Image getIcon(int kind)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfokind - integer value
public 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.SimpleBeanInfojava.beans.MethodDescriptor method(java.lang.String name)
java.beans.MethodDescriptor regMethod(java.lang.String name)
static java.beans.PropertyDescriptor property(java.lang.String name,
java.lang.String descr)
throws java.beans.IntrospectionException
name - the name of the property method.descr - definition about the method
java.beans.IntrospectionException - is thrown if Introspection failspublic 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 | ||||||||