public class PIACustomizablePanelBeanInfo extends SimpleBeanInfo
PIACustomizablePanelBeanInfo
retrieves information about a
PIACustomizablePanel
.ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
Constructor and Description |
---|
PIACustomizablePanelBeanInfo() |
Modifier and Type | Method and Description |
---|---|
BeanDescriptor |
getBeanDescriptor()
Retrieves a description of the bean, its potential customizer, and
a description of what it does
|
Image |
getIcon(int type)
Retrieves an icon representation of this bean.
|
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface BeanInfo
getBeanDescriptor
in class SimpleBeanInfo
BeanDescriptor
that encapsulates information
about the bean.public Image getIcon(int type)
getIcon
in interface BeanInfo
getIcon
in class SimpleBeanInfo
type
- the size of the icon to retrieveImage
that represents this bean.Copyright © 2003, 2023, Oracle and/or its affiliates.