Lines Matching refs:ui

442 				if (ui.hoverIcons != null)
444 ui.hoverIcons.reset();
593 var ui = this;
620 if (css != null && ui.toolbar != null)
622 ui.toolbar.setFontName(Graph.stripQuotes(css.fontFamily));
623 ui.toolbar.setFontSize(parseInt(css.fontSize));
651 ui.handleError(e);
721 if (ui.hoverIcons != null)
723 ui.hoverIcons.update(graph.view.getState(cells[cells.length - 1]));
1171 var ui = this;
1176 ui.updateActionStates();
1180 graph.editLink = ui.actions.get('editLink').funct;
1199 var ui = this;
1206 ui.hideShapePicker();
1212 ui.hideShapePicker(true);
1227 return popupMenuHandlerIsMenuShowing.apply(this, arguments) || ui.shapePicker != null;
1237 if (cell == null && ui.sidebar != null && !mxEvent.isShiftDown(evt) &&
1246 ui.showShapePicker(pt.x, pt.y);
1263 ui.hideShapePicker();
1291 ui.showShapePicker(me.getGraphX(), me.getGraphY(), temp, mxUtils.bind(this, function(cell)
1295 if (ui.hoverIcons != null)
1297 ui.hoverIcons.update(graph.view.getState(cell));
1334 var div = ui.showShapePicker(x, y, temp, mxUtils.bind(this, function(cell)
1342 if (ui.hoverIcons != null)
1344 ui.hoverIcons.update(graph.view.getState(cell));
1363 ui.hideShapePicker();
1454 var ui = this;
1497ui.insertHandler([cell], cell.value != '' && urlParams['sketch'] != '1', this.sidebar.graph.model);
1531 if (ui.hoverIcons != null)
1533 ui.hoverIcons.update(graph.view.getState(clone));
1851 var ui = this;
1865 ui.updatePasteActionStates();
1920 ui.updatePasteActionStates();
1939 ui.updatePasteActionStates();
1950 ui.updatePasteActionStates();
1958 ui.updatePasteActionStates();
2019 var ui = this;
2594 if (parseFloat(ui.chromelessToolbar.style.opacity || 0) > 0)
2787 ui.chromelessResize(false, null, dx * (graph.cumulativeZoomFactor - 1),
2809 …}), (delay != null) ? delay : ((graph.isFastZoomEnabled()) ? ui.wheelZoomDelay : ui.lazyZoomDelay)…
2905 if (ui.hoverIcons != null)
2907 ui.hoverIcons.reset();
3513 function ChangeGridColor(ui, color) argument
3515 this.ui = ui;
3524 var temp = this.ui.editor.graph.view.gridColor;
3525 this.ui.setGridColor(this.color);
3540 function ChangePageSetup(ui, color, image, format, pageScale) argument
3542 this.ui = ui;
3562 var graph = this.ui.editor.graph;
3568 this.ui.setBackgroundColor(this.previousColor);
3580 img = this.ui.createImageForPageLink(img.src, this.ui.currentPage);
3583 this.ui.setBackgroundImage(img);
3595 this.ui.setPageFormat(this.previousFormat);
3600 if (this.foldingEnabled != null && this.foldingEnabled != this.ui.editor.graph.foldingEnabled)
3602 this.ui.setFoldingEnabled(this.foldingEnabled);
3608 var currentPageScale = this.ui.editor.graph.pageScale;
3612 this.ui.setPageScale(this.previousPageScale);
5370 var ui = this;
5394 keyHandler.bindControlKey(13, function() { ui.ctrlEnter(); }); // Ctrl+Enter