Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Sirius » Tools for Tables(Where do I learn more about it)
Tools for Tables [message #1775291] Fri, 27 October 2017 09:37 Go to next message
Andreas Buchner is currently offline Andreas BuchnerFriend
Messages: 47
Registered: August 2017
Member
Hi, I have created myself an table-representation, and I want to do more then just editting to cells.
Sirius offers a set of tool, that seem to be quick useful, if you know how to handle them (Create Line Tool, Label Edit).

Has anyone an idea, how I can learn to handle those?
Or has an example for me I can derive the functionality from.


Something like: If a boolean Feature column is set from false to true then an Dialog shell open, where I can edit/set the integer value of an other Feature column....
Re: Tools for Tables [message #1775475 is a reply to message #1775291] Mon, 30 October 2017 16:34 Go to previous message
Laurent Redor is currently offline Laurent RedorFriend
Messages: 300
Registered: July 2009
Senior Member
Hi,

Quote:
how I can learn to handle those?


The tools of table representation have the same behavior as other tools in Sirius. You can read the documentation [1] but I think you already do that.
Otherwise, Obeo offers training on Sirius [2].

Quote:
Something like: If a boolean Feature column is set from false to true then an Dialog shell open, where I can edit/set the integer value of an other Feature column....


Here is an example that do something similar to your need:
* Import project my.project.design.tables from sample.zip
* Open session (/my.project.design.tables/models/My.aird)
* Open table "new Classes"
* For C1 line, double click on false and replace it by true
* Validate
* A popup appears to ask the a name for the Class

The tool in the odesign calls a java service (from /my.project.design.tables/src/my/project/design/tables/Services.java) to display a popup.

Regards,

Laurent

[1] https://www.eclipse.org/sirius/doc/specifier/tables/Tables.html
[2] https://www.obeo.fr/en/services/training
  • Attachment: sample.zip
    (Size: 8.03KB, Downloaded 86 times)


Laurent Redor - Obeo

Need training or professional services for Sirius?
http://www.obeodesigner.com/sirius
Previous Topic:objects from the model
Next Topic:Disable format option for elements
Goto Forum:
  


Current Time: Fri Apr 26 01:24:49 GMT 2024

Powered by FUDForum. Page generated in 0.03101 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top