Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Code generator, Layout-manager, Label
Code generator, Layout-manager, Label [message #220091] Thu, 26 February 2009 21:24
Eclipse UserFriend
Originally posted by: ralph.schreder.knowis.de

Hello,
I want to have figures with the layout manager "Gridlayout" for default.
For each figure I must redefine in gmfgraph the layout manager from
Flowlayout to Gridlayout.
Have I the possibility to make Gridlayout to default?

The next is, that all for my wanted attributes in ecore_diagram, I must
define feature labels (gmfmap).
It' s very strenuous.
I want to adapt the code-generators. I can I do it?

Third, I want to prompt labels in front of the input (emf-model). But
the prompts should language translated. The prompts must be translated
like in Eclipse SWT.
For example I would to have:

English translated

|--------------------|
| Prename: Ralph |
| Name: Schreder |
|--------------------|

German translated

|--------------------|
| Vorname: Ralph |
| Name: Schreder |
|--------------------|

Like in swt-composites I can resolve it by GridLayout with two columns.
But the prompt-text should be translated by the name of the emf-feature
name. I only want to have 1 figure for one line (like Label,
WrapplingLabel but within a String output). The input text labels should
be on the same position (like example above).

Thank you very much,
Ralph
Previous Topic:[Announce] GMF 2.2.0 I200901150958 is available
Next Topic:GMF gmftool gmfgraph gmfmap, changes in gmftool, gmfgraph after gmfmap is created
Goto Forum:
  


Current Time: Sat May 04 04:57:08 GMT 2024

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

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

Back to the top