Package com.portal.bas.comp
Class PIACurrencyFieldBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.portal.bas.comp.PIACurrencyFieldBeanInfo
- All Implemented Interfaces:
BeanInfo
PIACurrencyFieldBeanInfo retrieves information about a
PIACurrencyField.- Version:
- %version: 3 % %date_modified: Tue Dec 18 20:29:24 2001 %
- Author:
- kapono
-
Field Summary
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a description of the bean, its potential customizer, and a description of what it does.getIcon(int type) Retrieves an icon representation of this bean.Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
-
Constructor Details
-
PIACurrencyFieldBeanInfo
public PIACurrencyFieldBeanInfo()
-
-
Method Details
-
getBeanDescriptor
Retrieves a description of the bean, its potential customizer, and a description of what it does.- Specified by:
getBeanDescriptorin interfaceBeanInfo- Overrides:
getBeanDescriptorin classSimpleBeanInfo- Returns:
- A
BeanDescriptorthat encapsulates information about the bean,
-
getIcon
Retrieves an icon representation of this bean.- Specified by:
getIconin interfaceBeanInfo- Overrides:
getIconin classSimpleBeanInfo- Parameters:
type- the size of the icon to retrieve, either 16x16 or 32x32- Returns:
- An
Imagethat represents this bean, or null if the appropriate type is not available.
-