This interface extends the standard PropertyEditor interface and adds a hook to give the
implementor access to the design-time context of the property being edited via the DesignProperty
interface. This is useful if a PropertyEditor author wishes to display a list of instances
within scope, or wishes to drill-in to the object that this property is being set on.
NOTE: It is important to only use the passed-in DesignProperty for context purposes. This
DesignProperty should not be directly manipulated, or the IDE could get into a recursive loop.
IMPLEMENTED BY THE COMPONENT AUTHOR - This interface is designed to be implemented by
the component (bean) author.
author: Joe Nuxoll version: 1.0 |