com.adventnet.utils.agent
Class DynamicRegistrationBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.adventnet.utils.agent.DynamicRegistrationBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class DynamicRegistrationBeanInfo
extends java.beans.SimpleBeanInfo

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

DynamicRegistrationBeanInfo

public DynamicRegistrationBeanInfo()
The Default Constructor for Dynamic Registration Bean Info Class.

Method Detail

getIcon

public java.awt.Image getIcon(int kind)
Getter for the Icons.

Specified by:
getIcon in interface java.beans.BeanInfo
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.

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
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.

Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
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.

Specified by:
getEventSetDescriptors in interface java.beans.BeanInfo
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
the Event Set Decsriptors for this bean.