Project

General

Profile

« Previous | Next » 

Revision 8079fdb3

Added by Patrick Plitzner over 6 years ago

ref #7086, #7095 Added "Open in..." menu for WS and matrix editor

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/workingSet/matrix/CharacterMatrix.java
13 13
import java.util.Collections;
14 14
import java.util.List;
15 15
import java.util.Set;
16
import java.util.UUID;
16 17

  
17 18
import javax.annotation.PostConstruct;
18 19
import javax.annotation.PreDestroy;
......
130 131
    }
131 132

  
132 133

  
133
    public void init(WorkingSet workingSet) {
134
        this.workingSet = workingSet;
134
    public void init(UUID workingSetUuid) {
135
        this.workingSet = CdmStore.getService(IWorkingSetService.class).load(workingSetUuid);
135 136
        thisPart.setLabel(workingSet.getLabel());
136 137

  
137 138
        //get features/columns stored in working set

Also available in: Unified diff