public class RapidSpellCheckerBeanInfo
extends java.beans.SimpleBeanInfo
Constructor and Description |
---|
RapidSpellCheckerBeanInfo() |
Modifier and Type | Method and Description |
---|---|
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Gets a BeanInfo for the superclass of this bean.
|
java.beans.BeanDescriptor |
getBeanDescriptor()
Gets the BeanDescriptor for this bean.
|
java.awt.Image |
getIcon(int nIconKind)
Gets an image that may be used to visually represent this bean
(in the toolbar, on a form, etc).
|
public java.beans.BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface java.beans.BeanInfo
getAdditionalBeanInfo
in class java.beans.SimpleBeanInfo
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface java.beans.BeanInfo
getBeanDescriptor
in class java.beans.SimpleBeanInfo
BeanDescriptor
public java.awt.Image getIcon(int nIconKind)
getIcon
in interface java.beans.BeanInfo
getIcon
in class java.beans.SimpleBeanInfo
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.BeanInfo.ICON_MONO_16x16
,
BeanInfo.ICON_COLOR_16x16
,
BeanInfo.ICON_MONO_32x32
,
BeanInfo.ICON_COLOR_32x32
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.