All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.util.html.LineLayoutFormPanelBeanInfo
- public class LineLayoutFormPanelBeanInfo
- extends SimpleBeanInfo
The LineLayoutFormPanelBeanInfo class provides
bean information for the LineLayoutFormPanel class.
-
LineLayoutFormPanelBeanInfo()
-
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getDefaultPropertyIndex()
- Returns the index of the default property.
-
getIcon(int)
- Returns an image for the icon.
-
getPropertyDescriptors()
- Returns the descriptors for all properties.
LineLayoutFormPanelBeanInfo
public LineLayoutFormPanelBeanInfo()
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getDefaultPropertyIndex
public int getDefaultPropertyIndex()
- Returns the index of the default property.
- Returns:
- The index to the default property.
- Overrides:
- getDefaultPropertyIndex in class SimpleBeanInfo
getIcon
public Image getIcon(int icon)
- Returns an image for the icon.
- Parameters:
- icon - The icon size and color.
- Returns:
- The image.
- Overrides:
- getIcon in class SimpleBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the descriptors for all properties.
- Returns:
- The descriptors for all properties.
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index