/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | JTableRenderer.java | 144 graph.foldCells(graph.isCellCollapsed(cell), false, in JTableRenderer()
|
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 162 var graphFoldCells = graph.foldCells; 164 graph.foldCells = function(collapse, recurse, cells, checkFoldable, evt) class in graph
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Trees.js | 15 var graphFoldCells = Graph.prototype.foldCells; 17 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) method in Graph
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 530 …this.addAction('collapse', function() { graph.foldCells(true); }, null, null, Editor.ctrlKey + '+H… 531 …this.addAction('expand', function() { graph.foldCells(false); }, null, null, Editor.ctrlKey + '+En…
|
H A D | EditorUi.js | 5392 …keyHandler.bindControlKey(36, function() { if (graph.isEnabled()) { graph.foldCells(true); }}); //… 5393 …keyHandler.bindControlKey(35, function() { if (graph.isEnabled()) { graph.foldCells(false); }}); /…
|
H A D | Graph.js | 4350 Graph.prototype.foldCells = function(collapse, recurse, cells, checkFoldable, evt) method in Graph 4365 mxGraph.prototype.foldCells.apply(this, arguments); method in mxGraph
|
/plugin/jdraw/lib/ |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1125 …eControlClickHandler||b.isEnabled()){var d=!b.isCellCollapsed(a.cell);b.foldCells(d,!1,[a.cell],nu… 1346 mxGraph.prototype.foldCells=function(a,b,c,d,e){b=null!=b?b:!1;null==c&&(c=this.getFoldableCells(th… method in mxGraph 2304 …ntrolKey(36,function(){k.isEnabled()&&k.foldCells(!0)}),g.bindControlKey(35,function(){k.isEnabled… 2430 …foldCells=function(b,c,e,k,g){c=null!=c?c:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCe… 2968 …ull,Editor.ctrlKey+"+Shift+End");this.addAction("collapse",function(){g.foldCells(!0)},null,null,E… 2969 function(){g.foldCells(!1)},null,null,Editor.ctrlKey+"+End");this.addAction("toFront",function(){g.…
|
H A D | app.min.js | 1159 …eControlClickHandler||b.isEnabled()){var d=!b.isCellCollapsed(a.cell);b.foldCells(d,!1,[a.cell],nu… 1380 mxGraph.prototype.foldCells=function(a,b,c,d,e){b=null!=b?b:!1;null==c&&(c=this.getFoldableCells(th… method in mxGraph 2338 …ntrolKey(36,function(){e.isEnabled()&&e.foldCells(!0)}),c.bindControlKey(35,function(){e.isEnabled… 2679 …foldCells=function(a,b,d,e,c){b=null!=b?b:!1;null==d&&(d=this.getFoldableCells(this.getSelectionCe… 3513 …ull,Editor.ctrlKey+"+Shift+End");this.addAction("collapse",function(){c.foldCells(!0)},null,null,E… 3514 function(){c.foldCells(!1)},null,null,Editor.ctrlKey+"+End");this.addAction("toFront",function(){c.… 12002 …ShiftActions[68]="selectDescendants";var b=Graph.prototype.foldCells;Graph.prototype.foldCells=fun… method in Graph
|
H A D | viewer-static.min.js | 1125 …eControlClickHandler||b.isEnabled()){var d=!b.isCellCollapsed(a.cell);b.foldCells(d,!1,[a.cell],nu… 1346 mxGraph.prototype.foldCells=function(a,b,c,d,e){b=null!=b?b:!1;null==c&&(c=this.getFoldableCells(th… method in mxGraph 2304 …ntrolKey(36,function(){k.isEnabled()&&k.foldCells(!0)}),g.bindControlKey(35,function(){k.isEnabled… 2430 …foldCells=function(b,c,e,k,g){c=null!=c?c:!1;null==e&&(e=this.getFoldableCells(this.getSelectionCe… 2968 …ull,Editor.ctrlKey+"+Shift+End");this.addAction("collapse",function(){g.foldCells(!0)},null,null,E… 2969 function(){g.foldCells(!1)},null,null,Editor.ctrlKey+"+End");this.addAction("toFront",function(){g.…
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 921 …eControlClickHandler||b.isEnabled()){var d=!b.isCellCollapsed(a.cell);b.foldCells(d,!1,[a.cell],nu… 1142 mxGraph.prototype.foldCells=function(a,b,c,d,e){b=null!=b?b:!1;null==c&&(c=this.getFoldableCells(th… method in mxGraph
|