All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.demos.a401k.acctid.AccountIDBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.demos.a401k.acctid.AccountIDBeanInfo

public class AccountIDBeanInfo
extends SimpleBeanInfo

The AccountIDBeanInfo class defines the icon for the AccountID class.

See Also:
AccountID

Constructor Index

 o AccountIDBeanInfo()

Method Index

 o getIcon(int)
Provides icon representations for the AccountID bean.

Constructors

 o AccountIDBeanInfo
 public AccountIDBeanInfo()

Methods

 o getIcon
 public Image getIcon(int iconKind)
Provides icon representations for the AccountID bean.

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