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
-
FlightInfoViewerBeanInfo()
-
-
getIcon(int)
- Provides an icon representation for the Flight Information Viewer bean.
FlightInfoViewerBeanInfo
public FlightInfoViewerBeanInfo()
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