Home
last modified time | relevance | path

Searched refs:getSelectionCount (Results 1 – 24 of 24) sorted by relevance

/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js51 if (isTreeCell(graph.getSelectionCell()) && graph.getSelectionCount() == 1)
74 if (graph.isEnabled() && graph.getSelectionCount() == 1)
96 if (graph.isEnabled() && graph.getSelectionCount() == 1)
123 if (graph.isEnabled() && graph.getSelectionCount() == 1)
137 if (graph.isEnabled() && graph.getSelectionCount() == 1)
842 if (graph.isEnabled() && !graph.isEditing() && graph.getSelectionCount() == 1 &&
/plugin/diagramsnet/lib/js/grapheditor/
DMenus.js1491 if (this.editorUi.editor.graph.getSelectionCount() == 1)
1512 if (graph.getSelectionCount() == 1)
1518 if (graph.getSelectionCount() > 1)
1522 else if (graph.getSelectionCount() == 1 && !graph.getModel().isEdge(cell) &&
1543 if (graph.getSelectionCount() == 1 && graph.getModel().isEdge(cell))
1584 if (graph.getSelectionCount() == 1 && (hasWaypoints || (graph.getModel().isVertex(cell) &&
1590 if (graph.getSelectionCount() == 1 && graph.isCellEditable(cell))
DEditorUi.js3816 this.actions.get('setAsDefaultStyle').setEnabled(graph.getSelectionCount() == 1);
3818 this.actions.get('copySize').setEnabled(graph.getSelectionCount() == 1);
3826 var oneVertexSelected = vertexSelected && graph.getSelectionCount() == 1;
3827 this.actions.get('group').setEnabled(graph.getSelectionCount() > 1 ||
3840 …this.actions.get('enterGroup').setEnabled(graph.getSelectionCount() == 1 && graph.isValidRoot(grap…
3841 …var foldable = graph.getSelectionCount() == 1 && graph.isCellFoldable(graph.getSelectionCell()); /…
3845 this.actions.get('openLink').setEnabled(graph.getSelectionCount() == 1 &&
3854 this.menus.get('align').setEnabled(unlocked && vertexSelected && graph.getSelectionCount() > 1);
3855 …this.menus.get('distribute').setEnabled(unlocked && vertexSelected && graph.getSelectionCount() > …
5170 if (graph.getSelectionCount() == 1 && graph.model.isVertex(cell) &&
DGraph.js1192 else if (this.getSelectionCount() > 1 && this.isCellSelected(cell))
5131 if (this.graph.getSelectionCount() != 1 || !this.graph.model.isEdge(
12538 this.graph.getSelectionCount() > 1)
12987 this.rotationShape.node.style.display = (this.graph.getSelectionCount() == 1) ? '' : 'none';
13015 else if (this.graph.getSelectionCount() == 1 &&
13036 this.graph.getSelectionCount() < this.graph.graphHandler.maxCells) ?
13081 this.graph.getSelectionCount() > 1)
13179 this.linkHint.style.display = (this.graph.getSelectionCount() == 1) ? '' : 'none';
13185 this.graph.getSelectionCount() < this.graph.graphHandler.maxCells) ?
13261 this.cornerHandles[i].node.style.display = (this.graph.getSelectionCount() == 1) ? '' : 'none';
[all …]
DFormat.js1921 if (graph.getSelectionCount() == 1)
1965 if (graph.getSelectionCount() > 1)
2035 if (graph.getSelectionCount() > 0)
2613 if (!rect.containsLabel && rect.vertices.length == graph.getSelectionCount() &&
2633 if (rect.vertices.length == graph.getSelectionCount() &&
DActions.js1650 if (graph.getSelectionCount() == 1)
DDialogs.js2158 if (graph.getSelectionCount() == 1 && graph.model.isAncestor(child, graph.getSelectionCell()))
DSidebar.js3479 if (mxEvent.isAltDown(evt) && graph.getSelectionCount() == 1 &&
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js212 if (graph.getSelectionCount() == 1)
247 if (graph.isEnabled() && graph.getSelectionCount() == 1)
269 if (graph.isEnabled() && graph.getSelectionCount() == 1)
296 if (graph.isEnabled() && graph.getSelectionCount() == 1)
1096 graph.getSelectionCount() == 1)
DMinimal.js757 if (graph.getSelectionCount() == 1)
765 if (graph.getSelectionCount() == 1)
1387 if (graph.getSelectionCount() > 0)
1390 div.innerHTML = 'Selected: ' + graph.getSelectionCount();
DMenus.js608 if (graph.getSelectionCount() == 1)
DEditorUi.js9707 if (this.editor.graph.getSelectionCount() > 0)
10682 else if (pasteAsLabel && graph.getSelectionCount() == 1)
DDialogs.js7047 graph.getSelectionCount() != 1))
/plugin/diagramsnet/lib/plugins/
Dvoice.js1927 if (graph.getSelectionCount() == 0)
1931 else if (graph.getSelectionCount() == 1)
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js1370 if (cells != null && graph.getSelectionCount() == 1 && graph.getModel().isVertex(cells[0]))
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/diagramsnet/lib/js/
Dapp.min.js1511 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph
1517 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS…
1606 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()||
1779 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1783 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1839 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
1852 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan…
1916 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
2286 …bled(1==a.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(c);this.actions.get("…
2287 …("autosize").setEnabled(b);e=b&&1==a.getSelectionCount();this.actions.get("group").setEnabled(1<a.
[all …]
Dviewer.min.js1477 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph
1483 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS…
1572 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()||
1745 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1749 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1805 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
1818 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan…
1882 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
2252 …bled(1==b.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(g);this.actions.get("…
2253 …("autosize").setEnabled(c);k=c&&1==b.getSelectionCount();this.actions.get("group").setEnabled(1<b.
[all …]
Dviewer-static.min.js1477 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph
1483 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS…
1572 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()||
1745 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1749 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1805 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
1818 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan…
1882 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
2252 …bled(1==b.getSelectionCount());this.actions.get("clearWaypoints").setEnabled(g);this.actions.get("…
2253 …("autosize").setEnabled(c);k=c&&1==b.getSelectionCount();this.actions.get("group").setEnabled(1<b.
[all …]
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1273 …nction(){return this.getSelectionModel().clear()};mxGraph.prototype.getSelectionCount=function(){r… method in mxGraph
1279 …)?c?this.removeSelectionCell(a):this.addSelectionCell(a):c&&1==this.getSelectionCount()||this.setS…
1368 …l,e=d.getGeometry(c);this.graph.isCellMovable(c)&&(!d.isEdge(c)||1<this.graph.getSelectionCount()||
1541 …MOVABLE_VERTEX);if(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1545 …this.state.cell)&&(0>=mxGraphHandler.prototype.maxCells||this.graph.getSelectionCount()<mxGraphHan…
1601 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
1614 …container))}this.graph.isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHan…
1678 …leVisible=function(a){return!this.graph.isEditing()&&1==this.state.view.graph.getSelectionCount()};
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...