/**
* {@inheritDoc}
*/
public void setInput( Object input )
{
MatchingRuleUse mrud = null;
if ( input instanceof MatchingRuleUse )
{
mrud = ( MatchingRuleUse ) input;
}
// create main content
this.createMainContent( mrud );
// set flag
isObsoleteText.setEnabled( mrud != null && mrud.isObsolete() );
// create contents of dynamic sections
this.createAppliesContents( mrud );
super.createRawContents( mrud );