Home
last modified time | relevance | path

Searched refs:isCellLocked (Results 1 – 15 of 15) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
DmxFreehand.js201 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
266 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
316 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
334 if (path && graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
DMenus.js171 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3021 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3030 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3038 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
3046 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
DElectronApp.js628 (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())));
DDialogs.js7043 if (graph.isEnabled() && !graph.isCellLocked(lastFound.cell))
DEditorUi.js10172 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
/plugin/diagramsnet/lib/js/grapheditor/
DActions.js157 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
253 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
712 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
720 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
1591 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent()))
DGraph.js1001 this.isCellLocked(me.sourceState.cell);
1072 … var locked = me.state == null && me.sourceState != null && this.isCellLocked(me.sourceState.cell);
1082 if (!this.isEnabled() || this.isCellLocked(cell))
1090 else if (this.isCellLocked(cell))
1137 this.isCellLocked = function(cell) method in Graph
1247 if (me.state != null && this.isCellLocked(me.getCell()))
2773 if (!this.isEnabled() || this.isCellLocked(state.cell))
3438 return !this.isCellLocked(cell) &&
3969 …if (!this.isCellLocked(tempCells[i]) && !this.model.isEdge(tempCells[i]) && tempCells[i] != source)
4550 if (!this.isCellLocked(parent))
[all …]
DSidebar.js2325 if (!graph.isCellLocked(target || graph.getDefaultParent()))
2856 !graph.isCellLocked(graph.getDefaultParent()))
3078 if (graph.isCellLocked(cell))
3425 graph.isCellLocked(target) || model.isEdge(target) ||
3433 if (graph.isCellLocked(target))
DEditorUi.js1238 !graph.isCellLocked(graph.getDefaultParent()))
1842 graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())));
3850 var unlocked = graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent());
5171 graph.layoutManager != null && !graph.isCellLocked(cell))
DDialogs.js2238 if (newCell != null && !graph.isCellLocked(newCell))
/plugin/diagramsnet/lib/js/
Dviewer.min.js1439 …llEditing=function(a){this.enterStopsCellEditing=a};mxGraph.prototype.isCellLocked=function(a){var… method in mxGraph
1443 mxGraph.prototype.isLabelMovable=function(a){return!this.isCellLocked(a)&&(this.model.isEdge(a)&&th…
1444 …var b=this.getCurrentCellStyle(a);return this.isCellsMovable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1450 …r b=this.getCurrentCellStyle(a);return this.isCellsResizable()&&!this.isCellLocked(a)&&"0"!=mxUtil…
1451 …ar b=this.getCurrentCellStyle(a);return this.isCellsBendable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1452isCellLocked(a)&&0!=b[mxConstants.STYLE_EDITABLE]};mxGraph.prototype.isCellsEditable=function(){re…
1602 …FromParent(g,a,f)&&(e=this.graph.getDefaultParent());d=d&&!this.graph.isCellLocked(e||this.graph.g…
1708 …el().isVertex(d)&&this.graph.isCellConnectable(d)&&(c=d)}return this.graph.isCellLocked(c)?null:c};
1745isCellLocked(this.state.cell)&&this.selectionBorder.setCursor(mxConstants.CURSOR_MOVABLE_VERTEX);i…
1748 …ts.HANDLE_FILLCOLOR),this.sizers.push(this.rotationShape));this.graph.isCellLocked(this.state.cell…
[all …]
Dapp.min.js1473 …llEditing=function(a){this.enterStopsCellEditing=a};mxGraph.prototype.isCellLocked=function(a){var… method in mxGraph
1477 mxGraph.prototype.isLabelMovable=function(a){return!this.isCellLocked(a)&&(this.model.isEdge(a)&&th…
1478 …var b=this.getCurrentCellStyle(a);return this.isCellsMovable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1484 …r b=this.getCurrentCellStyle(a);return this.isCellsResizable()&&!this.isCellLocked(a)&&"0"!=mxUtil…
1485 …ar b=this.getCurrentCellStyle(a);return this.isCellsBendable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1486isCellLocked(a)&&0!=b[mxConstants.STYLE_EDITABLE]};mxGraph.prototype.isCellsEditable=function(){re…
1636 …FromParent(g,a,f)&&(e=this.graph.getDefaultParent());d=d&&!this.graph.isCellLocked(e||this.graph.g…
1742 …el().isVertex(d)&&this.graph.isCellConnectable(d)&&(c=d)}return this.graph.isCellLocked(c)?null:c};
1779isCellLocked(this.state.cell)&&this.selectionBorder.setCursor(mxConstants.CURSOR_MOVABLE_VERTEX);i…
1782 …ts.HANDLE_FILLCOLOR),this.sizers.push(this.rotationShape));this.graph.isCellLocked(this.state.cell…
[all …]
Dviewer-static.min.js1439 …llEditing=function(a){this.enterStopsCellEditing=a};mxGraph.prototype.isCellLocked=function(a){var… method in mxGraph
1443 mxGraph.prototype.isLabelMovable=function(a){return!this.isCellLocked(a)&&(this.model.isEdge(a)&&th…
1444 …var b=this.getCurrentCellStyle(a);return this.isCellsMovable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1450 …r b=this.getCurrentCellStyle(a);return this.isCellsResizable()&&!this.isCellLocked(a)&&"0"!=mxUtil…
1451 …ar b=this.getCurrentCellStyle(a);return this.isCellsBendable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1452isCellLocked(a)&&0!=b[mxConstants.STYLE_EDITABLE]};mxGraph.prototype.isCellsEditable=function(){re…
1602 …FromParent(g,a,f)&&(e=this.graph.getDefaultParent());d=d&&!this.graph.isCellLocked(e||this.graph.g…
1708 …el().isVertex(d)&&this.graph.isCellConnectable(d)&&(c=d)}return this.graph.isCellLocked(c)?null:c};
1745isCellLocked(this.state.cell)&&this.selectionBorder.setCursor(mxConstants.CURSOR_MOVABLE_VERTEX);i…
1748 …ts.HANDLE_FILLCOLOR),this.sizers.push(this.rotationShape));this.graph.isCellLocked(this.state.cell…
[all …]
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1235 …llEditing=function(a){this.enterStopsCellEditing=a};mxGraph.prototype.isCellLocked=function(a){var… method in mxGraph
1239 mxGraph.prototype.isLabelMovable=function(a){return!this.isCellLocked(a)&&(this.model.isEdge(a)&&th…
1240 …var b=this.getCurrentCellStyle(a);return this.isCellsMovable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1246 …r b=this.getCurrentCellStyle(a);return this.isCellsResizable()&&!this.isCellLocked(a)&&"0"!=mxUtil…
1247 …ar b=this.getCurrentCellStyle(a);return this.isCellsBendable()&&!this.isCellLocked(a)&&0!=b[mxCons…
1248isCellLocked(a)&&0!=b[mxConstants.STYLE_EDITABLE]};mxGraph.prototype.isCellsEditable=function(){re…
1398 …FromParent(g,a,f)&&(e=this.graph.getDefaultParent());d=d&&!this.graph.isCellLocked(e||this.graph.g…
1504 …el().isVertex(d)&&this.graph.isCellConnectable(d)&&(c=d)}return this.graph.isCellLocked(c)?null:c};
1541isCellLocked(this.state.cell)&&this.selectionBorder.setCursor(mxConstants.CURSOR_MOVABLE_VERTEX);i…
1544 …ts.HANDLE_FILLCOLOR),this.sizers.push(this.rotationShape));this.graph.isCellLocked(this.state.cell…
[all …]
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...