com.keyoti.rapidSpell
Class RapidSpellGUIBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--com.keyoti.rapidSpell.RapidSpellGUIBeanInfo
- All Implemented Interfaces:
- BeanInfo
- public class RapidSpellGUIBeanInfo
- extends SimpleBeanInfo
JavaBean configuration information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RapidSpellGUIBeanInfo
public RapidSpellGUIBeanInfo()
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Gets a BeanInfo for the superclass of this bean.
- Overrides:
getAdditionalBeanInfo
in class SimpleBeanInfo
- Returns:
- BeanInfo[] containing this bean's superclass BeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Gets the BeanDescriptor for this bean.
- Overrides:
getBeanDescriptor
in class SimpleBeanInfo
- 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).
- Overrides:
getIcon
in class SimpleBeanInfo
- 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
Copyright © 2002-2003 Keyoti All Rights Reserved.