return getMainTrayEditPart(part.getParent());
}
protected boolean activateDirectEdit(KeyEvent event) {
GraphicalEditPart currentPart = (GraphicalEditPart)viewer.getFocusEditPart();
currentPart.performRequest(new DirectEditRequest());
return true;
}
}