Example usage for Java java.beans BeanInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ICON_COLOR_16x16 Constant to indicate a 16 x 16 color icon. |
int | ICON_COLOR_32x32 Constant to indicate a 32 x 32 color icon. |
int | ICON_MONO_16x16 Constant to indicate a 16 x 16 monochrome icon. |
int | ICON_MONO_32x32 Constant to indicate a 32 x 32 monochrome icon. |
BeanInfo[] | getAdditionalBeanInfo() This method enables the current BeanInfo object to return an arbitrary collection of other BeanInfo objects that provide additional information about the current bean. |
BeanDescriptor | getBeanDescriptor() Returns the bean descriptor that provides overall information about the bean, such as its display name or its customizer. |
int | getDefaultPropertyIndex() A bean may have a default property commonly updated when this bean is customized. |
EventSetDescriptor[] | getEventSetDescriptors() Returns the event descriptors of the bean that define the types of events fired by this bean. |
Image | getIcon(int iconKind) Returns an image that can be used to represent the bean in toolboxes or toolbars. |
MethodDescriptor[] | getMethodDescriptors() Returns the method descriptors of the bean that define the externally visible methods supported by this bean. |
PropertyDescriptor[] | getPropertyDescriptors() Returns descriptors for all properties of the bean. |