Lines Matching refs:ui

6753 var FindWindow = function(ui, x, y, w, h, withReplace)  argument
6755 var action = ui.actions.get('findReplace');
6757 var graph = ui.editor.graph;
6816 var help = ui.menus.createHelpLink('https://www.diagrams.net/doc/faq/find-shapes');
6913 for (var i = 0; i < ui.pages.length; i++)
6915 if (ui.currentPage == ui.pages[i])
6922 var nextPageIndex = (currentPageIndex + 1) % ui.pages.length, nextPage;
6928 nextPage = ui.pages[nextPageIndex];
6929 graph = ui.createTemporaryGraph(graph.getStylesheet());
6930 ui.updatePageRoot(nextPage);
6932 nextPageIndex = (nextPageIndex + 1) % ui.pages.length;
6942 ui.selectPage(nextPage);
6946 ui.editor.graph.model.execute(new SelectPage(ui, nextPage));
6951 graph = ui.editor.graph;
7129 ui.handleError(e);
7232 ui.handleError(e);
7264 ui.handleError(e);
7286 var currentPage = ui.currentPage;
7287 var cells = ui.editor.graph.getSelectionCells();
7288 ui.editor.graph.rendering = false;
7316 if (currentPage != ui.currentPage)
7318 ui.editor.graph.model.execute(new SelectPage(ui, currentPage));
7325 ui.handleError(e);
7330 ui.editor.graph.setSelectionCells(cells);
7331 ui.editor.graph.rendering = true;
7401 if (evt.keyCode == 70 && ui.keyHandler.isControlDown(evt) && !mxEvent.isShiftDown(evt))
7433 if (ui.pages != null && ui.pages.length > 1)
11884 this.ui = editorUi;
11930 var xml = this.ui.getFileData(true); //Force pages to update their nodes
11932 if (this.ui.pages)
11934 for (var i = 0; i < this.ui.pages.length; i++)
11936 var page = this.ui.updatePageRoot(this.ui.pages[i]);