public class PIADateFieldBeanInfo extends SimpleBeanInfo
PIADateFieldBeanInfo retrieves information about a
PIADateField.ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32| Constructor and Description |
|---|
PIADateFieldBeanInfo() |
| 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, loadImagepublic BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface BeanInfogetBeanDescriptor in class SimpleBeanInfoBeanDescriptor that encapsulates information
about the bean.public Image getIcon(int type)
getIcon in interface BeanInfogetIcon in class SimpleBeanInfotype - the size of the icon to retrieve, either
16x16 or 32x32Image that represents this bean, or null if
the appropriate type is not available.Copyright © 2003, 2023, Oracle and/or its affiliates.