Home
last modified time | relevance | path

Searched refs:foldCells (Results 1 – 11 of 11) sorted by relevance

/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java144 graph.foldCells(graph.isCellCollapsed(cell), false, in JTableRenderer()
/plugin/diagramsnet/lib/plugins/trees/
H A Dtrees.js162 var graphFoldCells = graph.foldCells;
164 graph.foldCells = function(collapse, recurse, cells, checkFoldable, evt) class in graph
/plugin/diagramsnet/lib/js/diagramly/
H A DTrees.js15 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 DActions.js530 …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 DEditorUi.js5392 …keyHandler.bindControlKey(36, function() { if (graph.isEnabled()) { graph.foldCells(true); }}); //…
5393 …keyHandler.bindControlKey(35, function() { if (graph.isEnabled()) { graph.foldCells(false); }}); /…
H A DGraph.js4350 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 Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1125 …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…
2430foldCells=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 Dapp.min.js1159 …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…
2679foldCells=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 Dviewer-static.min.js1125 …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…
2430foldCells=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 DmxClient.js921 …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