All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.demos.travel.flight.rules.ConnectingFlightDipBeanInfo

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

public class ConnectingFlightDipBeanInfo
extends SimpleBeanInfo
The ConnectingFlightDipBeanInfo class defines the customizer to use for the ConnectingFlightDip class.


Constructor Index

 o ConnectingFlightDipBeanInfo()

Method Index

 o getBeanDescriptor()
Gets a BeanDescriptor with the ConnectingFlightDipCustomizer as the customizer class.
 o getIcon(int)
Provides icon representations for the connecting flight dip.

Constructors

 o ConnectingFlightDipBeanInfo
 public ConnectingFlightDipBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Gets a BeanDescriptor with the ConnectingFlightDipCustomizer 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 connecting flight dip.

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