All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class VersionContextDipBeanInfo
extends SimpleBeanInfo
The VersionContextBeanInfo class provides access to the the customizer to use for the Context class.


Constructor Index

 o VersionContextDipBeanInfo()

Method Index

 o getBeanDescriptor()
Makes a BeanDescriptor with the VersionContextCustomizer as the customizer class.

Constructors

 o VersionContextDipBeanInfo
 public VersionContextDipBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Makes a BeanDescriptor with the VersionContextCustomizer 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