All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.dips.trace.TraceDipBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.beans.samples.dips.trace.TraceDipBeanInfo
- public class TraceDipBeanInfo
- extends SimpleBeanInfo
The TraceDipBeanInfo class defines the customizer to use
for the TraceDip class.
- See Also:
- TraceDip, TraceDipCustomizer
-
TraceDipBeanInfo()
-
-
getBeanDescriptor()
- Gets a BeanDescriptor object with the TraceDipCustomizer class
as the customizer for the TraceDip class.
TraceDipBeanInfo
public TraceDipBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Gets a BeanDescriptor object with the TraceDipCustomizer class
as the customizer for the TraceDip class. A TraceDipCustomizer instance
allows a user to customize the properties of a TraceDip instance.
- Returns:
- The BeanDescriptor with the proper customizer defined.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index