|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.beans.SimpleBeanInfo
com.adventnet.utils.agent.DynamicRegistrationBeanInfo
public class DynamicRegistrationBeanInfo
This class is a beaninfo for the DynamicRegistration.
| Field Summary |
|---|
| Fields inherited from interface java.beans.BeanInfo |
|---|
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
| Constructor Summary | |
|---|---|
DynamicRegistrationBeanInfo()
The Default Constructor for Dynamic Registration Bean Info Class. |
|
| Method Summary | |
|---|---|
java.beans.EventSetDescriptor[] |
getEventSetDescriptors()
Return the event set descriptors. |
java.awt.Image |
getIcon(int kind)
Getter for the Icons. |
java.beans.MethodDescriptor[] |
getMethodDescriptors()
Getter For the Method Descriptors required. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Getter for the Property Descriptors Required. |
(package private) java.beans.MethodDescriptor |
method(java.lang.String name)
|
(package private) 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 DynamicRegistrationBeanInfo()
| Method Detail |
|---|
public java.awt.Image getIcon(int kind)
getIcon in interface java.beans.BeanInfogetIcon in class java.beans.SimpleBeanInfokind - The Icon required.
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.PropertyDescriptor property(java.lang.String name,
java.lang.String descr)
throws java.beans.IntrospectionException
java.beans.IntrospectionException - is thrown if Introspection fails.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 | ||||||||