A MarkupRenderContext represents the context in which a markup bean will be rendering its
markup output. This is a call-back interface used in the MarkupDesignInfo.customizeRender(...)
method. A component (bean) author can use the methods in this interface to alter the markup
stream that will be displayed on the design surface. They can also associate custom behavior
with portions of markup using the associateMouseRegion(...) method.
IMPLEMENTED BY CREATOR - This interface is implemented by Creator for use by the
component (bean) author.
author: Joe Nuxoll version: 1.0 See Also: MarkupDesignInfo.customizeRender(MarkupDesignBeanMarkupRenderContext) |