All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.license.PrintLicenseDipBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.samples.dips.license.PrintLicenseDipBeanInfo

public class PrintLicenseDipBeanInfo
extends SimpleBeanInfo
The PrintLicenseDipBeanInfo class defines the customizer to use for the PrintLicenseDip class.


Constructor Index

 o PrintLicenseDipBeanInfo()

Method Index

 o getBeanDescriptor()
Gets a BeanDescriptor with the PrintLicenseDipCustomizer as the customizer class.

Constructors

 o PrintLicenseDipBeanInfo
 public PrintLicenseDipBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Gets a BeanDescriptor with the PrintLicenseDipCustomizer as the customizer class.

Returns:
A BeanDescriptor with an appropriate customizer defined.
Overrides:
getBeanDescriptor in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index