if ( this.getValue() != null && this.getValue() instanceof AttributeHierarchy )
{
AttributeHierarchy ah = ( AttributeHierarchy ) this.getValue();
if ( ah != null )
{
MultivaluedDialog dialog = new MultivaluedDialog( this.parent.getShell(), ah );
dialog.open();
}
}
fireCancelEditor();
}