public class CalendarPanelBeanInfo extends SimpleBeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
Constructor and Description |
---|
CalendarPanelBeanInfo() |
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, loadImage
public Image getIcon(int iconType)
getIcon
in interface BeanInfo
getIcon
in class SimpleBeanInfo
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface BeanInfo
getBeanDescriptor
in class SimpleBeanInfo
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface BeanInfo
getPropertyDescriptors
in class SimpleBeanInfo
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface BeanInfo
getEventSetDescriptors
in class SimpleBeanInfo
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
in interface BeanInfo
getMethodDescriptors
in class SimpleBeanInfo
public int getDefaultPropertyIndex()
getDefaultPropertyIndex
in interface BeanInfo
getDefaultPropertyIndex
in class SimpleBeanInfo
public int getDefaultEventIndex()
getDefaultEventIndex
in interface BeanInfo
getDefaultEventIndex
in class SimpleBeanInfo
Copyright © 2017. All rights reserved.