wt.clients.prodmgmt
Class HelperPanelBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bywt.clients.prodmgmt.HelperPanelBeanInfo
All Implemented Interfaces:
BeanInfo

public class HelperPanelBeanInfo
extends SimpleBeanInfo

BeanInfo class for the HelperPanel. It is only intended for use by builder tools to facilitate manipulating the wt.clients.prodmgmt.HelperPanel class.

Supported API: false

Extendable: false

See Also:
HelperPanel

Field Summary
private static Class beanClass
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
HelperPanelBeanInfo()
          Creates a new HelperPanelBeanInfo
 
Method Summary
 BeanInfo[] getAdditionalBeanInfo()
          Gets a BeanInfo for the superclass of this bean.
 BeanDescriptor getBeanDescriptor()
          Gets the SymantecBeanDescriptor for this bean.
 Image getIcon(int nIconKind)
          Gets an image that may be used to visually represent this bean (in the toolbar, on a form, etc).
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanClass

private static final Class beanClass
Constructor Detail

HelperPanelBeanInfo

public HelperPanelBeanInfo()
Creates a new HelperPanelBeanInfo

Method Detail

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 SymantecBeanDescriptor for this bean.

Returns:
an object of type SymantecBeanDescriptor
See Also:
SymantecBeanDescriptor

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