Home
last modified time | relevance | path

Searched refs:getSelectionCell (Results 1 – 25 of 30) sorted by relevance

12

/plugin/diagramsnet/lib/plugins/trees/
Dtrees.js51 if (isTreeCell(graph.getSelectionCell()) && graph.getSelectionCount() == 1)
53 var cell = graph.getSelectionCell();
76 var cell = graph.getSelectionCell();
98 var cell = graph.getSelectionCell();
125 var cell = graph.getSelectionCell();
139 var cell = graph.getSelectionCell();
843 isTreeCell(graph.getSelectionCell()))
847 if (graph.getSelectionCell().getAttribute('treeRoot') != '1')
852 addParent(graph.getSelectionCell()) :
853 addChild(graph.getSelectionCell());
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DTrees.js214 var cell = graph.getSelectionCell();
220 if (isTreeVertex(graph.getSelectionCell()))
228 if (isTreeVertex(graph.getSelectionCell()))
249 var cell = graph.getSelectionCell();
271 var cell = graph.getSelectionCell();
298 var cell = graph.getSelectionCell();
310 var cell = graph.getSelectionCell();
1095 isTreeVertex(graph.getSelectionCell()) &&
1100 if (graph.getIncomingTreeEdges(graph.getSelectionCell()).length > 0)
1105 addParent(graph.getSelectionCell()) :
[all …]
DMenus.js184 graph.scrollCellToVisible(graph.getSelectionCell());
610 var cell = graph.getSelectionCell();
742 currentStyle = graph.copyStyle(graph.getSelectionCell())
1301 if (graph.model.getChildCount(graph.getSelectionCell()) > 1)
1303 cell = graph.getSelectionCell();
2419 graph.scrollCellToVisible(graph.getSelectionCell());
2447 graph.scrollCellToVisible(graph.getSelectionCell());
4309 var state = graph.getView().getState(graph.getSelectionCell());
DMinimal.js767 if (graph.isCellFoldable(graph.getSelectionCell()))
1027 var cell = graph.getSelectionCell();
DEditorUi.js9700 …this.editor.graph.getModel().setStyle(this.editor.graph.getSelectionCell(), this.styleInput.value);
9709 var cell = this.editor.graph.getSelectionCell();
10684 var cell = graph.getStartEditingCell(graph.getSelectionCell(), evt);
10732 graph.scrollCellToVisible(graph.getSelectionCell());
10736 this.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
10810 graph.scrollCellToVisible(graph.getSelectionCell());
12911 graph.scrollCellToVisible(graph.getSelectionCell());
13863 var state = graph.view.getState(graph.getSelectionCell());
DDialogs.js2102 graph.scrollCellToVisible(graph.getSelectionCell());
2192 graph.scrollCellToVisible(graph.getSelectionCell());
2294 editorUi.editor.graph.scrollCellToVisible(editorUi.editor.graph.getSelectionCell());
4684 var geo = (ignoreExisting) ? null : graph.getModel().getGeometry(graph.getSelectionCell());
7046 (graph.getSelectionCell() != lastFound.cell ||
/plugin/diagramsnet/lib/plugins/
Dflow.js19 if (graph.model.isEdge(graph.getSelectionCell()))
69 var cell = ui.editor.graph.getSelectionCell();
Dprops.js169 cellClicked(graph.getSelectionCell());
174 cellClicked(graph.getSelectionCell());
Dvoice.js920 var cell = graph.getSelectionCell();
956 var cell = graph.getSelectionCell();
1025 var cell = graph.getSelectionCell();
1061 var current = graph.getSelectionCell();
1068 var cell = graph.getSelectionCell();
1112 var cell = graph.getSelectionCell();
1152 var cell = graph.getSelectionCell();
1346 var cell = graph.getSelectionCell();
1369 var cell = graph.getSelectionCell();
1405 var cell = graph.getSelectionCell();
[all …]
Dexplore.js19 if (graph.model.isVertex(graph.getSelectionCell()))
353 exploreFromHere(ui.editor.graph.getSelectionCell());
Dimport.js156 graph.scrollCellToVisible(graph.getSelectionCell());
Dtickets.js320 graph.scrollCellToVisible(graph.getSelectionCell());
Dsql.js589 graph.scrollCellToVisible(graph.getSelectionCell());
/plugin/diagramsnet/lib/js/grapheditor/
DActions.js298 var cell = graph.getSelectionCell();
347 var cell = graph.getSelectionCell() || graph.getModel().getRoot();
474 graph.scrollCellToVisible(graph.getSelectionCell());
491 var cell = graph.getSelectionCell();
510 var style = graph.getCurrentCellStyle(graph.getSelectionCell());
645 var cell = graph.getSelectionCell() || graph.getModel().getRoot();
650 var cell = graph.getSelectionCell();
687 var link = graph.getLinkForCell(graph.getSelectionCell());
696 var cell = graph.getSelectionCell();
769 graph.scrollCellToVisible(graph.getSelectionCell());
[all …]
DMenus.js276 var state = graph.view.getState(graph.getSelectionCell());
342 var tmp = graph.getSelectionCell();
381 var tmp = graph.getSelectionCell();
420 var tmp = graph.getSelectionCell();
478 var tmp = graph.getSelectionCell();
500 var tmp = graph.getSelectionCell();
648 var cell = graph.getSelectionCell();
1256 var state = graph.getView().getState(graph.getSelectionCell());
1349 var state = graph.getView().getState(graph.getSelectionCell());
DEditorUi.js914 var state = graph.getView().getState(graph.getSelectionCell());
3828 (oneVertexSelected && !graph.isContainer(graph.getSelectionCell())));
3834 var state = graph.view.getState(graph.getSelectionCell());
3837 …(graph.isContainer(graph.getSelectionCell()) || graph.model.getChildCount(graph.getSelectionCell()…
3840 …rGroup').setEnabled(graph.getSelectionCount() == 1 && graph.isValidRoot(graph.getSelectionCell()));
3841 …var foldable = graph.getSelectionCount() == 1 && graph.isCellFoldable(graph.getSelectionCell()); /…
3846 graph.getLinkForCell(graph.getSelectionCell()) != null);
5165 var cell = graph.getSelectionCell();
5197 handler.start(graph.getSelectionCell(),
5277 if (graph.model.isVertex(graph.getSelectionCell()))
[all …]
DSidebar.js2837 this.editorUi.hoverIcons.update(graph.view.getState(graph.getSelectionCell()));
3480 graph.model.isVertex(graph.getSelectionCell()))
3494 graph.setSelectionCells(this.dropAndConnect(graph.getSelectionCell(), cells,
3499 graph.scrollCellToVisible(graph.getSelectionCell());
DDialogs.js2158 if (graph.getSelectionCount() == 1 && graph.model.isAncestor(child, graph.getSelectionCell()))
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar.js1375 …if (graph.getModel().isEdge(graph.getSelectionCell()) && graph.getModel().getTerminal(graph.getSel…
1381 var edgeState = graph.view.getState(graph.getSelectionCell());
1394 graph.getModel().setTerminal(graph.getSelectionCell(), target, false);
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorActions.java1635 graph.updateCellSize(graph.getSelectionCell()); in actionPerformed()
1782 graph.getSelectionCell()); in actionPerformed()
DBasicGraphEditor.java782 Object cell = graph.getSelectionCell();
DEditorActions.java.bak1635 graph.updateCellSize(graph.getSelectionCell());
1782 graph.getSelectionCell());
DBasicGraphEditor.java.bak772 .getSelectionCell();
/plugin/diagramsnet/lib/js/
Dapp.min.js1322 …ction(a,b){null!=b&&mxEvent.isMultiTouchEvent(b)||(null==a&&(a=this.getSelectionCell(),null==a||th…
1346 …te()}}};mxGraph.prototype.toggleCellStyle=function(a,b,c){c=c||this.getSelectionCell();return this…
1428 …(a){return null};mxGraph.prototype.enterGroup=function(a){a=a||this.getSelectionCell();null!=a&&th…
1442 …r c=Math.round(this.view.scale*a*100)/100,d=this.view.getState(this.getSelectionCell());a=c/this.v…
1511 …n(){return this.getSelectionModel().cells.length};mxGraph.prototype.getSelectionCell=function(){re… method in mxGraph
2192 …tring(e.currentVertexStyle.fontSize||"12"),c=e.getView().getState(e.getSelectionCell());null!=c&&(…
2287getSelectionCell()));this.actions.get("ungroup").setEnabled(d);this.actions.get("removeFromGroup")…
2288getSelectionCell())||0<a.model.getChildCount(a.getSelectionCell())));this.actions.get("home").setE…
2289 …ink").setEnabled(1==a.getSelectionCount()&&null!=a.getLinkForCell(a.getSelectionCell()));this.acti…
2332getSelectionCell(),f=e.model.getParent(d),g=e.getView().scale;c=null;1==e.getSelectionCount()&&e.m…
[all …]
Dviewer.min.js1288 …ction(a,b){null!=b&&mxEvent.isMultiTouchEvent(b)||(null==a&&(a=this.getSelectionCell(),null==a||th…
1312 …te()}}};mxGraph.prototype.toggleCellStyle=function(a,b,c){c=c||this.getSelectionCell();return this…
1394 …(a){return null};mxGraph.prototype.enterGroup=function(a){a=a||this.getSelectionCell();null!=a&&th…
1408 …r c=Math.round(this.view.scale*a*100)/100,d=this.view.getState(this.getSelectionCell());a=c/this.v…
1477 …n(){return this.getSelectionModel().cells.length};mxGraph.prototype.getSelectionCell=function(){re… method in mxGraph
2158 …tring(k.currentVertexStyle.fontSize||"12"),f=k.getView().getState(k.getSelectionCell());null!=f&&(…
2253getSelectionCell()));this.actions.get("ungroup").setEnabled(e);this.actions.get("removeFromGroup")…
2254getSelectionCell())||0<b.model.getChildCount(b.getSelectionCell())));this.actions.get("home").setE…
2255 …ink").setEnabled(1==b.getSelectionCount()&&null!=b.getLinkForCell(b.getSelectionCell()));this.acti…
2298getSelectionCell(),e=k.model.getParent(c),l=k.getView().scale;f=null;1==k.getSelectionCount()&&k.m…
[all …]

12