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