663664665666667668669670
@Override protected void doExecuteCommand() { Assert.notNull(dataEditorViewCommandId); DataEditorWidgetViewCommand command = RcpSupport.getCommand(dataEditorViewCommandId); RcpSupport.executeViewDataEditorCommand(command, filter, selectedObject); }