119120121122123124125126127128129
editor.setMoveUpCommand( getMoveUpCommand( factMetaModel ) ); editor.setDeleteEvent( getDeleteCommand( factMetaModel ) ); factModelsPanel.add( editor, new LoadContentCommand() { public Widget load() { return editor.getContent(); } } );