Community
Participate
Working Groups
A ModelElementItem can be adapted to an EObject like this: EObject eObject = (EObject) Platform.getAdapterManager().getAdapter(aModelElementItem , EObject.class); We should also make LinkItem and AttributeItem adaptable to EReference and EAttribute, respectively.
Done in revision 2969.
Bug fixed.