{
dialog = new EditGroupDetailsDialog();
}
final RelationalGroup group = (RelationalGroup) selectedElement;
return dialog.editGroup(group, context.getActiveContext(), addGroup);
}
protected void updateSelection()
{
if (isSingleElementSelection() == false)