eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

CustomizableModelContentProvider should allow providing custom message for specific inputs #393

Closed eclipse-modisco-bot closed 3 hours ago

eclipse-modisco-bot commented 3 hours ago

| --- | --- | | Bugzilla Link | 315963 | | Status | CLOSED FIXED | | Importance | P3 enhancement | | Reported | Jun 07, 2010 08:22 EDT | | Modified | Oct 18, 2010 08:29 EDT | | Version | 0.9.0 | | Reporter | Nicolas Bros |

Description

When the input is null or empty, we'd like to be able to display a custom message like "Initializing...", or "Drag & Drop elements here", etc.

eclipse-modisco-bot commented 3 hours ago

By Nicolas Bros on Jun 07, 2010 10:16

Implemented in revision 2536.\ To add a message, simply return an instance of org.eclipse.gmt.modisco.infra.browser.uicore.Message in getRootElements in your subclass of CustomizableModelContentProvider.

eclipse-modisco-bot commented 3 hours ago

By Hugo Bruneliere on Oct 04, 2010 13:36

Bug fixed.