All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class FlightInfoDapBeanInfo
extends SimpleBeanInfo

The FlightInfoDapBeanInfo class defines the icon for the FlightInfoDap class.

See Also:
FlightInfoDap

Constructor Index

 o FlightInfoDapBeanInfo()

Method Index

 o getIcon(int)
Provides icon representations for the FlightInfoDap.

Constructors

 o FlightInfoDapBeanInfo
 public FlightInfoDapBeanInfo()

Methods

 o getIcon
 public Image getIcon(int iconKind)
Provides icon representations for the FlightInfoDap.

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