BeanInfo : Java Glossary

BeanInfo
A BeanInfo class describes the properties of a JavaBean, and provides an icon forit. Writing a BeanInfo is pretty easy. See this example heavily-commented Date_CABeanInfo java source code.
In the comments are hidden many useful hints. Studying the example code in the BeanBox is more helpful than reading the JavaBean spec. For example, study the MoleculeEditor to provide a list of allowable choices fora String property. For more complex PropertyEditors based on implementing the java.beans.PropertyEditor interface or extending the PropertyEditorSupport class
The key thing to understand is that there is no glue between the JavaBean and the BeanInfo class other than the naming convention. If your Bean is called Jim then the corresponding BeanInfo class has to be called JimBeanInfo and has to be stored in the same directory. There is glue in the other direction, via the bean’s BeanClass passed to the various PropertyDescriptor constructors in the BeanInfo code. Normally JavaBeans and their corresponding BeanInfo classes are bundled up together with other beans and dependent classes in a jar file.
BDK: Bean Development Kit
BeanBox
Jar File
JavaBean
Manifest

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/beaninfo.html J:\mindprod\jgloss\beaninfo.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.214]
You are visitor number 12,637.