Revision 692d47bc
Added by Patrick Plitzner about 4 years ago
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/character/CharacterEditor.java | ||
---|---|---|
140 | 140 |
Label lblVocImport = new Label(vocChooserComposite, SWT.NONE); |
141 | 141 |
lblVocImport.setText("Character vocabulary"); |
142 | 142 |
Text txtVocabulary = new Text(vocChooserComposite, SWT.NONE); |
143 |
txtVocabulary.setEnabled(false);
|
|
143 |
txtVocabulary.setEditable(false);
|
|
144 | 144 |
Button btnChooseVoc = new Button(vocChooserComposite, SWT.PUSH); |
145 | 145 |
btnChooseVoc.setImage(ImageResources.getImage(ImageResources.BROWSE_ICON)); |
146 | 146 |
btnChooseVoc.addSelectionListener(new SelectionAdapter() { |
Also available in: Unified diff
ref #7998 Set voc text field to editable=false, allowing text select