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
-
AccountIDBeanInfo()
-
-
getIcon(int)
- Provides icon representations for the AccountID bean.
AccountIDBeanInfo
public AccountIDBeanInfo()
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