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.
-
AuthorContextDipBeanInfo()
-
-
getBeanDescriptor()
- Make a BeanDescriptor with the AuthorContextCustomizer
as the customizer class.
AuthorContextDipBeanInfo
public AuthorContextDipBeanInfo()
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