The DesignInfoExt interface is an extension to DesignInfo to provide additional
design-time functionality for a component. DesignInfoExt itself does not extends
DesignInfo. So it acts as a mixin .
The implementation class should also implement DesignInfo
Ex. public class MyComponentDesignInfo implements DesignInfo, DesignInfoExt{
The DsignInfoExt is meant to provide additional auxillary context actions that
will be displayed in the designer as component decoration. Clicking on the decoration
popups a menu that contains the actions provided via this interface
author: Winston Prakash |