Package com.portal.bas.comp
Class PIACustomizablePanelBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
com.portal.bas.comp.PIACustomizablePanelBeanInfo
- All Implemented Interfaces:
BeanInfo
PIACustomizablePanelBeanInfo
retrieves information about a
PIACustomizablePanel
.- Version:
- %version: 4 % %date_modified: Thu Apr 19 17:42:36 2001 %
- Author:
- raghuv
-
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 doesgetIcon
(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
-
PIACustomizablePanelBeanInfo
public PIACustomizablePanelBeanInfo()
-
-
Method Details
-
getBeanDescriptor
Retrieves a description of the bean, its potential customizer, and a description of what it does- Specified by:
getBeanDescriptor
in interfaceBeanInfo
- Overrides:
getBeanDescriptor
in classSimpleBeanInfo
- Returns:
- A
BeanDescriptor
that encapsulates information about the bean.
-
getIcon
Retrieves an icon representation of this bean.- Specified by:
getIcon
in interfaceBeanInfo
- Overrides:
getIcon
in classSimpleBeanInfo
- Parameters:
type
- the size of the icon to retrieve- Returns:
- An
Image
that represents this bean.
-