What is a customizer?
Location: http://www.jguru.com/faq/view.jsp?EID=25303 Created: Mar 16, 2000 Modified: 2000-03-16 23:46:46.238 Author: John Zukowski (http://www.jguru.com/guru/viewbio.jsp?EID=7) A customizer is a visual component used to configure all the properties of a JavaBean at once (or all those that the developer wishes to expose). It needs to subclass java.awt.Component and implement the java.beans.Customizer interface. Unlike a property editor, a customizer is free to limit the possible settings for a property based upon the current settings of another property.