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