All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class FlightInfoDapClientBeanInfo
extends SimpleBeanInfo

The FlightInfoDapClientBeanInfo class provides access to the icon and Customizer for the FlightInfoDapClient class.

See Also:
FlightInfoDapClient, FlightInfoDapClientCustomizer

Constructor Index

 o FlightInfoDapClientBeanInfo()

Method Index

 o getBeanDescriptor()
Gets a BeanDescriptor with the FlightInfoDapClientCustomizer as the customizer class.
 o getIcon(int)
Provides icon representations for the FlightInfoDapClient.

Constructors

 o FlightInfoDapClientBeanInfo
 public FlightInfoDapClientBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Gets a BeanDescriptor with the FlightInfoDapClientCustomizer as the customizer class.

Returns:
A BeanDescriptor with an appropriate customizer defined.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Provides icon representations for the FlightInfoDapClient.

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