All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.demos.travel.flight.FlightInfoViewerBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.demos.travel.flight.FlightInfoViewerBeanInfo

public class FlightInfoViewerBeanInfo
extends SimpleBeanInfo
The only thing currently defined in the FlightInfoViewer BeanInfo is a GIF icon.

See Also:
FlightInfoViewer

Constructor Index

 o FlightInfoViewerBeanInfo()

Method Index

 o getIcon(int)
Provides an icon representation for the Flight Information Viewer bean.

Constructors

 o FlightInfoViewerBeanInfo
 public FlightInfoViewerBeanInfo()

Methods

 o getIcon
 public Image getIcon(int iconKind)
Provides an icon representation for the Flight Information Viewer bean. This method is for use by tools such as the IBM Bean Extender Assembly Surface.

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