Project

General

Profile

« Previous | Next » 

Revision 354b2131

Added by Patrick Plitzner about 6 years ago

ref #7095 Add functionality to toggle between tree and flat list

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java
96 96
        }
97 97
        part = partService.showPart(part, PartState.ACTIVATE);
98 98
        CharacterMatrix editor = (CharacterMatrix) part.getObject();
99
        editor.init(workingSetUuid);
99
        editor.init(workingSetUuid, true);
100 100
    }
101 101

  
102 102
    public static void openSpecimenEditor(DerivateViewEditorInput input, EModelService modelService, EPartService partService, MApplication application){
......
357 357
            }
358 358
        }
359 359
    }
360
    
360

  
361 361
    public static void updateEditor(TaxonNode taxonNode, EPartService partService, MApplication application){
362 362
        String treeIndex = taxonNode.treeIndex();
363 363
        Collection<MPart> parts = partService.getParts();

Also available in: Unified diff