Project

General

Profile

« Previous | Next » 

Revision ef9f1df0

Added by Patrick Plitzner over 7 years ago

ref #5348 Reduce space of taxon associations

  • Use generic open framework for double-click on list item

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/CdmViewerUtil.java
74 74
                        if(selectionClass.isAssignableFrom(input.getClass())){
75 75
                            ICommandService commandService = (ICommandService)PlatformUI.getWorkbench().getService(ICommandService.class);
76 76
                            Command command = commandService.getCommand(commandId);
77
                            //TODO: maybe pass the command directly instead of just the command id
78 77
                            if(command.isEnabled()){
79 78
                                commandViewerNameMap.put(command, viewerName);
80 79
                            }

Also available in: Unified diff