[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Code generator, Layout-manager, Label
|
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