I would like to add a matching BeanInfo class for each of the Plugins that have been created so far.
See: BeanInfo: http://java.sun.com/j2se/1.4.2/docs/api/java/beans/BeanInfo.html Introspector: http://java.sun.com/j2se/1.4.2/docs/api/java/beans/Introspector.html A BeanInfo class forms Meta-data about an Object, which is extremely useful for GUI apps such as Chainsaw. The Introspector can do a lot to determine a BeanInfo based on reflection, however there is usually a number of properties that while public, are not suited to be exposed generally to GUI's (the LoggerRepository is an example here). Explicitly defining the managable properties via the BeanInfo would be useful. What do people think? cheers, Paul Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]