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
-
FlightInfoDapBeanInfo()
-
-
getIcon(int)
- Provides icon representations for the FlightInfoDap.
FlightInfoDapBeanInfo
public FlightInfoDapBeanInfo()
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