* the <code>ApplicationWindow</code> in which the graph is displayed
*/
public IntegrationEntityPanel createUi(ApplicationWindow window) {
OperationGraphController controller = OperationGraphController.READ_ONLY;
OperationGraphSaver saver = OperationGraphSaver.READ_ONLY;
GraphLayoutStore layoutStore = new GraphLayoutFileStore(operation);
OperationPanel panel = new OperationPanel(window, operation, controller, saver, layoutStore) {
@Override
public void apply() throws IntegrationDataPanelException {
throw new UnsupportedOperationException();