com.adventnet.utils.agent
Class DynamicRegistrationBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.adventnet.utils.agent.DynamicRegistrationBeanInfo
- public class DynamicRegistrationBeanInfo
- extends java.beans.SimpleBeanInfo
This class is a beaninfo for the DynamicRegistration.
|
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 |
DynamicRegistrationBeanInfo
public DynamicRegistrationBeanInfo()
- The Default Constructor for Dynamic Registration Bean Info Class.
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.
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Getter for the Property Descriptors Required.
- Overrides:
- getPropertyDescriptors in class java.beans.SimpleBeanInfo
- Returns:
- The property descriptors for this bean.
getMethodDescriptors
public java.beans.MethodDescriptor[] getMethodDescriptors()
- Getter For the Method Descriptors required.
- Overrides:
- getMethodDescriptors in class java.beans.SimpleBeanInfo
- Returns:
- The Method descriptor required.
method
java.beans.MethodDescriptor method(java.lang.String name)
property
java.beans.PropertyDescriptor property(java.lang.String name,
java.lang.String descr)
throws java.beans.IntrospectionException
- A convenience method.
- Throws:
- java.beans.IntrospectionException - is thrown if Introspection fails.
getEventSetDescriptors
public java.beans.EventSetDescriptor[] getEventSetDescriptors()
- Return the event set descriptors.
- Overrides:
- getEventSetDescriptors in class java.beans.SimpleBeanInfo
- Returns:
- the Event Set Decsriptors for this bean.