Searched refs:getDefaultParent (Results 1 – 25 of 41) sorted by relevance
12
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | mxFreehand.js | 201 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()))
|
| D | Menus.js | 171 if (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())) 1299 var cell = graph.getDefaultParent(); 1453 layout.execute(graph.getDefaultParent(), (!graph.isSelectionEmpty()) ? 1610 graph.insertVertex(graph.getDefaultParent(), null, '', 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()))
|
| D | Trees.js | 466 this.addEdge(clone, graph.getDefaultParent(), 573 this.addEdge(clone, graph.getDefaultParent(), temp, result[i]);
|
| D | ElectronApp.js | 546 tmpGraph.importCells(cells, 0, 0, tmpGraph.getDefaultParent()); 628 (graph.isEnabled() && !graph.isCellLocked(graph.getDefaultParent())));
|
| /plugin/diagramsnet/lib/plugins/ |
| D | explore.js | 148 var parent = graph.getDefaultParent(); 193 var parent = graph.getDefaultParent(); 240 graph.getModel().getParent(tmp) == graph.getDefaultParent()) 280 layout.execute(graph.getDefaultParent());
|
| D | import.js | 17 var defaultParent = graph.getDefaultParent();
|
| D | tickets.js | 338 cell = graph.insertVertex(graph.getDefaultParent(), null,
|
| D | voice.js | 1328 var parent = graph.getDefaultParent(); 1387 var parent = graph.getDefaultParent();
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | webcola.js | 20 var parent = graph.getDefaultParent();
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/ |
| D | HelloWorld.java | 21 Object parent = graph.getDefaultParent(); in HelloWorld()
|
| D | ClickHandler.java | 24 Object parent = graph.getDefaultParent(); in ClickHandler()
|
| D | SchemaEditor.java | 87 Object parent = graph.getDefaultParent(); in SchemaEditor()
|
| D | CustomCanvas.java | 62 Object parent = graph.getDefaultParent(); in CustomCanvas()
|
| D | Port.java | 66 Object parent = graph.getDefaultParent(); in Port()
|
| D | Validation.java | 42 Object parent = graph.getDefaultParent(); in Validation()
|
| D | UserObject.java | 141 Object parent = graph.getDefaultParent(); in UserObject()
|
| D | Validation.java.bak | 38 Object parent = graph.getDefaultParent();
|
| D | CustomCanvas.java.bak | 60 Object parent = graph.getDefaultParent();
|
| D | UserObject.java.bak | 135 Object parent = graph.getDefaultParent();
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Menus.js | 326 layout.execute(graph.getDefaultParent(), selectionCells.length == 0 ? null : selectionCells); 336 layout.execute(graph.getDefaultParent(), selectionCells.length == 0 ? null : selectionCells); 349 roots = graph.findTreeRoots(graph.getDefaultParent()); 374 layout.execute(graph.getDefaultParent(), tmp); 388 roots = graph.findTreeRoots(graph.getDefaultParent()); 413 layout.execute(graph.getDefaultParent(), tmp); 427 roots = graph.findTreeRoots(graph.getDefaultParent()); 452 layout.execute(graph.getDefaultParent(), tmp); 482 tmp = graph.getDefaultParent(); 504 tmp = graph.getDefaultParent();
|
| D | Actions.js | 157 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())) 1626 cells = [graph.insertVertex(graph.getDefaultParent(), null, '', 0, 0, w, h,
|
| /plugin/diagramsnet/lib/plugins/trees/ |
| D | trees.js | 295 this.addEdge(clone, graph.getDefaultParent(), 398 this.addEdge(clone, graph.getDefaultParent(), temp, result[i]);
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorActions.java | 810 int steps = graph.getChildEdges(graph.getDefaultParent()).length; in actionPerformed() 853 Object parent = graph.getDefaultParent(); in actionPerformed()
|
| D | BasicGraphEditor.java | 787 cell = graph.getDefaultParent();
|
| D | EditorActions.java.bak | 810 int steps = graph.getChildEdges(graph.getDefaultParent()).length; 853 Object parent = graph.getDefaultParent();
|
12