Project

General

Profile

« Previous | Next » 

Revision 18a3973f

Added by Patrick Plitzner about 5 years ago

ref #6413 Disable non-editable text fields

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/type/CloneTypeWizardComposite.java
47 47
        lblNewLabel_3.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
48 48
        lblNewLabel_3.setText("Base Type");
49 49

  
50
        comboViewerBaseType = new ComboViewer(this, SWT.NONE);
50
        comboViewerBaseType = new ComboViewer(this, SWT.READ_ONLY);
51 51
        Combo combo = comboViewerBaseType.getCombo();
52 52
        combo.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
53 53

  
......
63 63
        lblNewLabel_2.setText("Collection");
64 64

  
65 65
        txtCollection = new Text(this, SWT.BORDER);
66
        txtCollection.setEnabled(false);
66 67
        txtCollection.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
67 68

  
68 69
        btnBrowseCollection = new Button(this, SWT.NONE);

Also available in: Unified diff