Class com.symantec.itools.swing.JCurrencyTextFieldBeanInfo
All Packages Class Hierarchy This Package Previous Next Index
Class com.symantec.itools.swing.JCurrencyTextFieldBeanInfo
Object
|
+----SimpleBeanInfo
|
+----HelperBeanInfo
|
+----com.symantec.itools.swing.JCurrencyTextFieldBeanInfo
- public class JCurrencyTextFieldBeanInfo
- extends HelperBeanInfo
-
m_WinHelpID
-
-
com.symantec.itools.swing.JCurrencyTextFieldBeanInfo()
-
-
getBeanClass()
-
-
getIcon(int)
- Gets an image that may be used to visually represent this bean
(in the toolbar, on a form, etc).
-
getPropertyDescriptors()
-
m_WinHelpID
protected static final java.lang.String m_WinHelpID
JCurrencyTextFieldBeanInfo
public JCurrencyTextFieldBeanInfo()
getBeanClass
protected java.lang.Class getBeanClass()
- Overrides:
- getBeanClass in class HelperBeanInfo
getIcon
public java.awt.Image getIcon(int iconKind)
- Gets an image that may be used to visually represent this bean
(in the toolbar, on a form, etc).
- 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, always color even if requested monochrome
- Overrides:
- getIcon in class HelperBeanInfo
- See Also:
- ICON_MONO_16x16, ICON_COLOR_16x16, ICON_MONO_32x32, ICON_COLOR_32x32
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Overrides:
- getPropertyDescriptors in class SimpleBeanInfo
All Packages Class Hierarchy This Package Previous Next Index