Lines Matching refs:editorUi

7 Menus = function(editorUi)  argument
9 this.editorUi = editorUi;
46 var ui = this.editorUi;
101 this.editorUi.fireEvent(new mxEventObject('customFontsChanged'));
112 this.editorUi.fireEvent(new mxEventObject('customFontsChanged'));
311 …var dlg = new FilenameDialog(this.editorUi, defaultValue, mxResources.get('apply'), function(newVa…
315 this.editorUi.showDialog(dlg.container, 300, 80, true, true);
323 this.editorUi.executeLayout(function()
333 this.editorUi.executeLayout(function()
372 this.editorUi.executeLayout(function()
411 this.editorUi.executeLayout(function()
450 this.editorUi.executeLayout(function()
476 this.editorUi.executeLayout(function()
498 this.editorUi.executeLayout(function()
539 this.addMenuItems(menu, ((this.editorUi.format != null) ? ['formatPanel'] : []).
547 if (this.editorUi.format != null)
647 var graph = this.editorUi.editor.graph;
720 this.editorUi.handleError(e);
740 this.editorUi.handleError(e);
762 this.editorUi.handleError(e);
786 this.editorUi.handleError(e);
806 this.editorUi.handleError(e);
826 this.editorUi.handleError(e);
843 var graph = this.editorUi.editor.graph;
883 var graph = this.editorUi.editor.graph;
1073 this.editorUi.hideCurrentMenu();
1088 var graph = this.editorUi.editor.graph;
1125 this.editorUi.fireEvent(new mxEventObject(
1163 var graph = this.editorUi.editor.graph;
1190 var graph = this.editorUi.editor.graph;
1237 this.editorUi.fireEvent(new mxEventObject('styleChanged',
1254 var graph = this.editorUi.editor.graph;
1265 …var dlg = new FilenameDialog(this.editorUi, value, mxResources.get('apply'), mxUtils.bind(this, fu…
1296 this.editorUi.showDialog(dlg.container, 300, 80, true, true);
1306 var ui = this.editorUi;
1316 …var dlg = new ColorDialog(this.editorUi, defaultValue || '000000', mxUtils.bind(this, function(col…
1338 this.editorUi.showDialog(dlg.container, 230, h, true, true);
1345 this.colorDialog = new ColorDialog(this.editorUi);
1368 this.editorUi.showDialog(this.colorDialog.container, 230, h, true, true);
1378 var graph = this.editorUi.editor.graph;
1380 this.editorUi.fireEvent(new mxEventObject('styleChanged', 'keys', [key], 'values', [value],
1389 var action = this.editorUi.actions.get(key);
1465 if (this.editorUi.editor.graph.isSelectionEmpty())
1476 if (this.editorUi.editor.graph.isSelectionEmpty())
1491 if (this.editorUi.editor.graph.getSelectionCount() == 1)
1495 else if (this.editorUi.editor.graph.isSelectionEmpty())
1506 var graph = this.editorUi.editor.graph;
1535 var graph = this.editorUi.editor.graph;
1567 var rmWaypointAction = this.editorUi.actions.get('removeWaypoint');
1602 var graph = this.editorUi.editor.graph;
1607 …if (this.editorUi.editor.graph.getModel().isVertex(cell) && mxUtils.getValue(state.style, mxConsta…
1619 if (this.editorUi.editor.graph.isSelectionEmpty())
1630 var menubar = new Menubar(this.editorUi, container);
1688 function Menubar(editorUi, container) argument
1690 this.editorUi = editorUi;
1699 this.editorUi.hideCurrentMenu();
1737 this.editorUi.editor.graph.popupMenuHandler.hideMenu();
1748 this.editorUi.resetCurrentMenu();
1754 this.editorUi.setCurrentMenu(menu, elt);
1763 if (this.editorUi.currentMenu != null && this.editorUi.currentMenuElt != elt)
1765 this.editorUi.hideCurrentMenu();