wt.clients.beans
Class AssociationsPanelBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
wt.clients.beans.AssociationsPanelBeanInfo
- All Implemented Interfaces:
- BeanInfo
- public class AssociationsPanelBeanInfo
- extends SimpleBeanInfo
This is the bean info class for the AttributesForm class.
Supported API: false.
Extendable: false.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssociationsPanelBeanInfo
public AssociationsPanelBeanInfo()
getIcon
public Image getIcon(int iconKind)
- Gets an image that may be used to visually represent this bean
(in the toolbar, on a form, etc).
Supported API: false.
- Parameters:
iconKind
- the type of icon desired, one of: BeanInfo.ICON_MONO_16x16,
BeanInfo.ICON_COLOR_16x16, BeanInfo.ICON_MONO_32x32, or BeanInfo.ICON_COLOR_32x32.
- Returns:
- an image for this bean
- See Also:
BeanInfo.ICON_MONO_16x16
,
BeanInfo.ICON_COLOR_16x16
,
BeanInfo.ICON_MONO_32x32
,
BeanInfo.ICON_COLOR_32x32
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns descriptions of this bean's properties.
Supported API: false.
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()