Project

General

Profile

« Previous | Next » 

Revision 32746e43

Added by Patrick Plitzner over 8 years ago

Refactor SingleReadContextMenu #5406

  • split into separate commands, property testers and menu items
  • adjusted molecular context menu entries to be grouped together with singler read entries

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/derivateSearch/DerivateLabelProvider.java
432 432
        return multiLinkSingleReads;
433 433
    }
434 434

  
435
    public void initCache(Collection<SpecimenOrObservationBase<?>> rootElements) {
435
    public void updateLabelCache(Collection<SpecimenOrObservationBase<?>> rootElements) {
436 436
        DerivateLabelProvider.multiLinkSingleReads = new HashSet<SingleRead>();
437 437
        DerivateLabelProvider.typeDesignations = new HashMap<DerivedUnit, Collection<SpecimenTypeDesignation>>();
438 438
        for(Entry<SingleRead, Collection<Sequence>> entry:CdmStore.getService(ISequenceService.class).getSingleReadSequencesMap().entrySet()){

Also available in: Unified diff