All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.demos.a401k.b401kDapBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.beans.demos.a401k.b401kDapBeanInfo
- public class b401kDapBeanInfo
- extends SimpleBeanInfo
The b401kDapBeanInfo class defines the icon
for the b401kDap class.
- See Also:
- b401kDap
-
b401kDapBeanInfo()
-
-
getIcon(int)
- Provides icon representations for the b401kDap.
b401kDapBeanInfo
public b401kDapBeanInfo()
getIcon
public Image getIcon(int iconKind)
- Provides icon representations for the b401kDap.
- 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