129130131132133134135136137138139
} editor = new MultiViewEditor( parameters.getAssetsToBeEdited(), clientFactory, new StandaloneEditorIndividualActionToolbarButtonsConfigurationProvider(), editorMenuBarCreator ); editor.setCloseCommand( new Command() { public void execute() {
132133134135136137138139140141142
editor = new MultiViewEditor( parameters.getAssetsToBeEdited(), clientFactory, eventBus, new StandaloneEditorIndividualActionToolbarButtonsConfigurationProvider(), editorMenuBarCreator); editor.setCloseCommand(new Command() { public void execute() {
} public void open(String key) { // TODO Auto-generated method stub } }, new StandaloneEditorIndividualActionToolbarButtonsConfigurationProvider(), editorMenuBarCreator); editor.setCloseCommand(new Command() { public void execute() {
124125126127128129130131132133134