All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.demos.travel.flight.FlightInfoDapServerBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.beans.demos.travel.flight.FlightInfoDapServerBeanInfo
- public class FlightInfoDapServerBeanInfo
- extends SimpleBeanInfo
The FlightInfoDapServerBeanInfo class provides access to the icon
and Customizer for the FlightInfoDapServer class.
- See Also:
- FlightInfoDapServer, FlightInfoDapServerCustomizer
-
FlightInfoDapServerBeanInfo()
-
-
getBeanDescriptor()
- Gets a BeanDescriptor with the FlightInfoDapServerCustomizer
as the customizer class.
-
getIcon(int)
- Provides icon representations for the FlightInfoDapServer.
FlightInfoDapServerBeanInfo
public FlightInfoDapServerBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Gets a BeanDescriptor with the FlightInfoDapServerCustomizer
as the customizer class.
- Returns:
- A BeanDescriptor with an appropriate customizer defined.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getIcon
public Image getIcon(int iconKind)
- Provides icon representations for the FlightInfoDapServer.
- 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