Bean Info node
The first four properties (example,
Icon 16x16 Color
) enable you to designate icons for the bean by entering the relative path to and name of a graphic file (using a resource path).The next two,
Default Property Index
andDefault Event Index
, apply to the whole BeanInfo class. In these two properties, you can specify a default property or event that may be declared in the BeanInfo to be customizable. The values are the indexes of the default property and default event set in thePropertyDescriptor
andEventSetDescriptor
arrays (respectively) and are set to -1 if there is no default property.For more information on these and the other properties, see BeanInfo in the API documentation that comes with the Java 2 SDK or check Sun's web site, http://java.sun.com/products/jdk/1.2/docs/api/java/beans/BeanInfo.html
Contents | Prev | Next | Index |