Java java.beans BeanInfo fields, constructors, methods, implement or subclass

Example usage for Java java.beans BeanInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.beans BeanInfo.

The text is from its open source code.

Implementation

java.beans.BeanInfo has the following implementations.
Click this link to see all its implementation.

Field

intICON_COLOR_16x16
Constant to indicate a 16 x 16 color icon.
intICON_COLOR_32x32
Constant to indicate a 32 x 32 color icon.
intICON_MONO_16x16
Constant to indicate a 16 x 16 monochrome icon.
intICON_MONO_32x32
Constant to indicate a 32 x 32 monochrome icon.

Method

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.
BeanDescriptorgetBeanDescriptor()
Returns the bean descriptor that provides overall information about the bean, such as its display name or its customizer.
intgetDefaultPropertyIndex()
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.
ImagegetIcon(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.