Révision 1432
tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/editors/PropertiesEditor.java (revision 1432) | ||
---|---|---|
22 | 22 |
import org.txm.properties.core.functions.Properties; |
23 | 23 |
import org.txm.properties.core.preferences.PropertiesPreferences; |
24 | 24 |
import org.txm.properties.rcp.messages.PropertiesUIMessages; |
25 |
import org.txm.rcp.IImageKeys; |
|
25 | 26 |
import org.txm.rcp.editors.TXMEditor; |
26 | 27 |
import org.txm.rcp.editors.listeners.ComputeSelectionListener; |
27 | 28 |
import org.txm.rcp.swt.GLComposite; |
... | ... | |
68 | 69 |
this.maxPropertiesToDisplay = new Spinner(parametersArea, SWT.BORDER); |
69 | 70 |
this.maxPropertiesToDisplay.setToolTipText(PropertiesUIMessages.theMaximumNumberOfWordPropertyValuesToShow); |
70 | 71 |
this.maxPropertiesToDisplay.setMinimum(0); |
72 |
this.maxPropertiesToDisplay.setMaximum(1000); |
|
71 | 73 |
RowData gdata = new RowData(); |
72 | 74 |
gdata.width = 100; |
73 | 75 |
this.maxPropertiesToDisplay.setLayoutData(gdata); |
74 | 76 |
this.maxPropertiesToDisplay.addSelectionListener(new ComputeSelectionListener(this)); |
75 | 77 |
|
76 |
Group editComposite = this.getTopToolbar().installGroup(PropertiesUIMessages.editProperties, PropertiesUIMessages.editProperties, null, null, false);
|
|
78 |
Group editComposite = this.getTopToolbar().installGroup(PropertiesUIMessages.corpusProperties, PropertiesUIMessages.corpusProperties, IImageKeys.PENCIL, null, false);
|
|
77 | 79 |
editComposite.setLayout(GLComposite.createDefaultLayout(3)); |
78 | 80 |
|
79 | 81 |
Label nameLabel = new Label(editComposite, SWT.NONE); |
Formats disponibles : Unified diff