public class DateTimePickerBeanInfo extends SimpleBeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32| Constructor and Description |
|---|
DateTimePickerBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
BeanDescriptor |
getBeanDescriptor()
getBeanDescriptor, Returns the BeanInfo BeanDescriptor, or null to use automatic
introspection.
|
int |
getDefaultEventIndex()
getDefaultEventIndex, Returns the BeanInfo defaultEventIndex, or -1 if there is no default
property.
|
int |
getDefaultPropertyIndex()
getDefaultPropertyIndex, Returns the BeanInfo defaultPropertyIndex, or -1 if there is no
default property.
|
EventSetDescriptor[] |
getEventSetDescriptors()
getEventSetDescriptors, Returns the BeanInfo EventSetDescriptor array, or null to use
automatic introspection.
|
Image |
getIcon(int iconType)
getIcon, Returns the requested BeanInfo icon type, or null if an icon does not exist or
cannot be retrieved.
|
MethodDescriptor[] |
getMethodDescriptors()
getMethodDescriptors, Returns the BeanInfo MethodDescriptor array, or null to use automatic
introspection.
|
PropertyDescriptor[] |
getPropertyDescriptors()
getPropertyDescriptors, Returns the BeanInfo PropertyDescriptor array, or null to use
automatic introspection.
|
getAdditionalBeanInfo, loadImagepublic Image getIcon(int iconType)
getIcon in interface BeanInfogetIcon in class SimpleBeanInfopublic BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface BeanInfogetBeanDescriptor in class SimpleBeanInfopublic PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface BeanInfogetPropertyDescriptors in class SimpleBeanInfopublic EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface BeanInfogetEventSetDescriptors in class SimpleBeanInfopublic MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors in interface BeanInfogetMethodDescriptors in class SimpleBeanInfopublic int getDefaultPropertyIndex()
getDefaultPropertyIndex in interface BeanInfogetDefaultPropertyIndex in class SimpleBeanInfopublic int getDefaultEventIndex()
getDefaultEventIndex in interface BeanInfogetDefaultEventIndex in class SimpleBeanInfoCopyright © 2021. All rights reserved.