Project

General

Profile

« Previous | Next » 

Revision 0cd603f0

Added by Katja Luther over 6 years ago

Checklist editor changes

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/ChecklistEditorE4.java
171 171

  
172 172
    private ChecklistEditorInput checklistEditorInput;
173 173

  
174
    private SimpleSelectionProvider simpleSelectionProvider;
175

  
176 174
    private ConversationHolder conversation;
177 175

  
178 176
    private Integer countNodes;
......
676 674
            conversation = checklistEditorInput.getConversation();
677 675
            conversation.registerForDataStoreChanges(this);
678 676
        }
679
        simpleSelectionProvider = new SimpleSelectionProvider();
680

  
681 677
        //propagate selection
682 678
        selectionChangedListener = (event -> selService.setSelection(event));
683 679
        viewer.addSelectionChangedListener(selectionChangedListener);

Also available in: Unified diff