wt.clients.beans
Class FindOrgPanelBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
wt.clients.beans.FindOrgPanelBeanInfo
- All Implemented Interfaces:
- BeanInfo
- public class FindOrgPanelBeanInfo
- extends SimpleBeanInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beanClass
private final Class beanClass
FindOrgPanelBeanInfo
public FindOrgPanelBeanInfo()
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Gets a BeanInfo for the superclass of this bean.
- Returns:
- BeanInfo[] containing this bean's superclass BeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Gets the BeanDescriptor for this bean.
- Returns:
- an object of type BeanDescriptor
- See Also:
BeanDescriptor
getIcon
public Image getIcon(int nIconKind)
- Gets an image that may be used to visually represent this bean
(in the toolbar, on a form, etc).
- 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.