All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.demos.travel.ItineraryBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.beans.demos.travel.ItineraryBeanInfo
- public class ItineraryBeanInfo
- extends SimpleBeanInfo
The ItineraryBeanInfo class provides access to the
icon for the Itinerary bean.
- See Also:
- Itinerary
-
ItineraryBeanInfo()
-
-
getIcon(int)
- Provides an icon representation for the Itinerary bean.
ItineraryBeanInfo
public ItineraryBeanInfo()
getIcon
public Image getIcon(int iconKind)
- Provides an icon representation for the Itinerary bean.
This method is for use by tools such as the BeanBag.
- Parameters:
- iconKind - Indicates the
desired format for the icon image.
- Returns:
- The image of the requested format is returned.
- Overrides:
- getIcon in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index