Lines Matching refs:editorUi

7 function Sidebar(editorUi, container)  argument
9 this.editorUi = editorUi;
15 this.graph = editorUi.createTemporaryGraph(this.editorUi.editor.graph.getStylesheet());
268 …return new mxPoint(this.container.offsetWidth + this.editorUi.splitSize + 10 + this.editorUi.conta…
269 Math.min(bottom - height - 20 /*status bar*/, Math.max(0, (this.editorUi.container.offsetTop +
295 this.graph2 = new Graph(this.tooltip, null, null, this.editorUi.editor.graph.getStylesheet());
373 this.editorUi.insertHandler(temp, null, this.graph2.model,
374 (!applyAllStyles) ? this.editorUi.editor.graph.defaultVertexStyle : null,
375 (!applyAllStyles) ? this.editorUi.editor.graph.defaultEdgeStyle : null,
583 data = this.editorUi.convertDataUri(data);
599 var cells = this.editorUi.stringToCells(Graph.decompress(img.xml));
849 cross.style.background = 'url(\'' + this.editorUi.editor.transparentImage + '\')';
1151 var temp = parseInt(this.editorUi.editor.graph.defaultVertexStyle['fontSize']);
2172 this.editorUi.insertHandler(originalCells, null, this.graph.model,
2173 this.editorUi.editor.graph.defaultVertexStyle,
2174 this.editorUi.editor.graph.defaultEdgeStyle,
2190 return this.editorUi.editor.graph.graphHandler.guidesEnabled;
2220 var graph = this.editorUi.editor.graph;
2378 this.editorUi.handleError(e);
2432 var graph = this.editorUi.editor.graph;
2576 this.editorUi.handleError(e);
2601 var graph = this.editorUi.editor.graph;
2786 var ui = this.editorUi;
2835 if (this.editorUi.hoverIcons != null)
2837 this.editorUi.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
3051 var sourceCellStyle = this.editorUi.editor.graph.getCellStyle(cells[0]);
3475 var graph = this.editorUi.editor.graph;
3522 var graph = this.editorUi.editor.graph;
3575 sb.editorUi.handleError(e);