Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I register a customizer for a JavaBean component?

0
Posted

How do I register a customizer for a JavaBean component?

0

Location: http://www.jguru.com/faq/view.jsp?EID=25304 Created: Mar 16, 2000 Modified: 2000-03-16 23:47:02.188 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) In the BeanInfo for a component, you associate the customizer with the bean by creating a BeanDescriptor and returning it from the getBeanDescriptor() method. public class HireBeanInfo extends SimpleBeanInfo { public BeanDescriptor getBeanDescriptor() { return new BeanDescriptor( Hire.class, HireCustomizer.class); } …

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123