All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.context.AuthorContextDipBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.samples.dips.context.AuthorContextDipBeanInfo

public class AuthorContextDipBeanInfo
extends SimpleBeanInfo
The AuthorContextBeanInfo class provides access to the the customizer to use for the Context class.


Constructor Index

 o AuthorContextDipBeanInfo()

Method Index

 o getBeanDescriptor()
Make a BeanDescriptor with the AuthorContextCustomizer as the customizer class.

Constructors

 o AuthorContextDipBeanInfo
 public AuthorContextDipBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Make a BeanDescriptor with the AuthorContextCustomizer as the customizer class.

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index