eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

API "browseTo" from an EObject and a facet. #305

Closed eclipse-modisco-bot closed 3 hours ago

eclipse-modisco-bot commented 3 hours ago

| --- | --- | | Bugzilla Link | 310978 | | Status | CLOSED FIXED | | Importance | P2 enhancement | | Reported | Apr 29, 2010 05:17 EDT | | Modified | Oct 18, 2010 08:23 EDT | | Version | 0.8.0 | | Reporter | Nicolas Payneau |

Description

Hi,

At this time, there is a browseTo function in the class org.eclipse.gmt.modisco.infra.browser.editors.EcoreBrower. This method allows to select an element in the browser from a given EObject. It is my need but I would like to specify the facet to which it apply because if I have only facets, the browseTo function does not work any more.

Best regards,

Nicolas Payneau

eclipse-modisco-bot commented 3 hours ago

By Nicolas Bros on Sep 20, 2010 08:54

Done in revision 3173.

Use the method:\ EcoreBrowser#browseTo(final EObject modelElement, final EClass eClass)

with eClass = the Facet

eclipse-modisco-bot commented 3 hours ago

By Nicolas Bros on Sep 20, 2010 08:55

fixed

eclipse-modisco-bot commented 3 hours ago

By Hugo Bruneliere on Oct 01, 2010 13:27

Bug fixed.