for( final Control control : this.composite.getChildren() )
{
control.dispose();
}
final FormPart page = part().getCurrentPage();
if( page != null )
{
this.currentPagePresentation = page.createPresentation( this, this.composite );
this.currentPagePresentation.render();
}
if( ! disposed() )
{