Project

General

Profile

« Previous | Next » 

Revision f8757840

Added by Katja Luther about 3 years ago

ref #9544: all elements of bulkeditor should be copyable

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java
191 191
        return bulkEditorComposite.getSelection();
192 192
    }
193 193

  
194
    public IStructuredSelection getCellSelection(){
195
        return bulkEditorComposite.getCellSelection();
196
    }
197

  
194 198
    public void setSelection(IStructuredSelection selection){
195 199
        bulkEditorComposite.setSelection(selection);
196 200
    }

Also available in: Unified diff