Révision 3734
TXM/trunk/bundles/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/TXMParameterCombo.java (revision 3734) | ||
---|---|---|
31 | 31 |
* @param autoCompute |
32 | 32 |
*/ |
33 | 33 |
public TXMParameterCombo(Composite parent, TXMEditor<?> editor, String labelText, String[] items, String controlTooltip, boolean autoCompute) { |
34 |
super(parent, editor, new Combo(parent, SWT.READ_ONLY), controlTooltip, autoCompute); |
|
34 |
super(parent, editor, new Combo(parent, SWT.READ_ONLY), labelText, controlTooltip, autoCompute);
|
|
35 | 35 |
|
36 | 36 |
this.getControl().setItems(items); |
37 | 37 |
|
Formats disponibles : Unified diff