////////////////////////////////////////////////////////////////////////////
public void contributeMenu(IMenuManager manager, Property property) throws Exception {
if (property instanceof GenericPropertyImpl) {
GenericPropertyImpl genericProperty = (GenericPropertyImpl) property;
if (genericProperty.getObject() instanceof UIObjectInfo) {
UIObjectInfo object = (UIObjectInfo) genericProperty.getObject();
MethodExpressionAccessor accessor = getMethodAccessor(genericProperty);
if (accessor != null) {
manager.insertAfter(GROUP_EDIT, new ExposePropertyAction(genericProperty,
object,
accessor));