All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.print.PrintDipBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.samples.dips.print.PrintDipBeanInfo

public class PrintDipBeanInfo
extends SimpleBeanInfo

The PrintDipBeanInfo class provides access to the customizer and the icons for the PrintDip class.

See Also:
PrintDip, PrintDipCustomizer

Constructor Index

 o PrintDipBeanInfo()

Method Index

 o getBeanDescriptor()
Gets a BeanDescriptor with the PrintDipCustomizer as the customizer class.
 o getIcon(int)
Provides icon representations for the Print Dip.

Constructors

 o PrintDipBeanInfo
 public PrintDipBeanInfo()

Methods

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

Returns:
A BeanDescriptor with an appropriate customizer defined.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Provides icon representations for the Print Dip. This method is for use by tools such as the BeanBag.

Parameters:
iconKind - The desired format for the icon image.
Returns:
The image of the requested format.
Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index