Bug 497817 - Improve layout or reusability of widgets
Summary: Improve layout or reusability of widgets
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Properties (show other bugs)
Version: 4.0.0   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Pierre-Charles David CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-07-13 05:41 EDT by Arthur Daussy CLA
Modified: 2016-09-19 08:46 EDT (History)
1 user (show)

See Also:


Attachments
Layout problem (9.21 KB, image/png)
2016-07-13 05:41 EDT, Arthur Daussy CLA
no flags Details
Code use case (MM/Viewpoint/Test model) (137.57 KB, application/x-zip-compressed)
2016-07-13 05:41 EDT, Arthur Daussy CLA
no flags Details
Metamodel screenshot (41.78 KB, image/jpeg)
2016-07-13 05:42 EDT, Arthur Daussy CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Daussy CLA 2016-07-13 05:41:05 EDT
Created attachment 263078 [details]
Layout problem

Hello,

Here is the problem we are trying to solve.

We have a big metamodel with (300 EClass) with a lot a features (850 features). We would like to group our features using the EClass hierarchy in order to reuse it. However when we do so the layout is not so nice (see screenshot). To understand our problem I have created an small use case (see attachment).

Our needs would be to:
* Only define 1 widget for an EStructural feature and reuse it for all EClasses
* We don't want to visually group those features
* Have a proper layout

Here is the leads that we think might solve our problem:
* Group can reference other widgets (no containment)
* Or if a group have no style (no concrete representation) the widgets are added directly in the SWT composite of the page
* Or page can reference other widgets (no containment)
* Or other...

Regards

Arthur
Comment 1 Arthur Daussy CLA 2016-07-13 05:41:51 EDT
Created attachment 263079 [details]
Code use case (MM/Viewpoint/Test model)
Comment 2 Arthur Daussy CLA 2016-07-13 05:42:10 EDT
Created attachment 263080 [details]
Metamodel screenshot