/plugin/jdraw/src/com/mxgraph/examples/swing/ |
H A D | SchemaEditor.java | 38 public boolean isCellFoldable(Object cell, boolean collapse) in SchemaEditor()
|
H A D | Port.java | 56 public boolean isCellFoldable(Object cell, boolean collapse) in Port()
|
/plugin/jdraw/lib/ |
H A D | jgraphx-examples.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jdraw.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
H A D | jgraphx.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 767 if (graph.isCellFoldable(graph.getSelectionCell()))
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | EditorUi.js | 3841 …var foldable = graph.getSelectionCount() == 1 && graph.isCellFoldable(graph.getSelectionCell()); /…
|
H A D | Graph.js | 4609 Graph.prototype.isCellFoldable = function(cell) method in Graph
|
/plugin/diagramsnet/lib/mxgraph/ |
H A D | mxClient.js | 1143 …this.model.beginUpdate();try{for(var e=0;e<a.length;e++)if((!d||this.isCellFoldable(a[e],b))&&b!=t… 1222 …etModel().isEdge(a.cell)){var b=this.isCellCollapsed(a.cell);if(this.isCellFoldable(a.cell,!b))ret… 1254 …{return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellFoldable(a,b)}))}; 1255 mxGraph.prototype.isCellFoldable=function(a,b){var c=this.getCurrentCellStyle(a);return 0<this.mode… method in mxGraph
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1347 …this.model.beginUpdate();try{for(var e=0;e<a.length;e++)if((!d||this.isCellFoldable(a[e],b))&&b!=t… 1426 …etModel().isEdge(a.cell)){var b=this.isCellCollapsed(a.cell);if(this.isCellFoldable(a.cell,!b))ret… 1458 …{return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellFoldable(a,b)}))}; 1459 mxGraph.prototype.isCellFoldable=function(a,b){var c=this.getCurrentCellStyle(a);return 0<this.mode… method in mxGraph 2254 …&&b.isValidRoot(b.getSelectionCell()));e=1==b.getSelectionCount()&&b.isCellFoldable(b.getSelection… 2436 …,arguments);this.isCellLocked(k)&&(k=null);return k};Graph.prototype.isCellFoldable=function(b){va…
|
H A D | app.min.js | 1381 …this.model.beginUpdate();try{for(var e=0;e<a.length;e++)if((!d||this.isCellFoldable(a[e],b))&&b!=t… 1460 …etModel().isEdge(a.cell)){var b=this.isCellCollapsed(a.cell);if(this.isCellFoldable(a.cell,!b))ret… 1492 …{return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellFoldable(a,b)}))}; 1493 mxGraph.prototype.isCellFoldable=function(a,b){var c=this.getCurrentCellStyle(a);return 0<this.mode… method in mxGraph 2288 …&&a.isValidRoot(a.getSelectionCell()));d=1==a.getSelectionCount()&&a.isCellFoldable(a.getSelection… 2685 …,arguments);this.isCellLocked(e)&&(e=null);return e};Graph.prototype.isCellFoldable=function(a){va… 12084 …dMenuItems(b,["-","lockUnlock"],null,d)):1==e.getSelectionCount()?(e.isCellFoldable(e.getSelection…
|
H A D | viewer-static.min.js | 1347 …this.model.beginUpdate();try{for(var e=0;e<a.length;e++)if((!d||this.isCellFoldable(a[e],b))&&b!=t… 1426 …etModel().isEdge(a.cell)){var b=this.isCellCollapsed(a.cell);if(this.isCellFoldable(a.cell,!b))ret… 1458 …{return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellFoldable(a,b)}))}; 1459 mxGraph.prototype.isCellFoldable=function(a,b){var c=this.getCurrentCellStyle(a);return 0<this.mode… method in mxGraph 2254 …&&b.isValidRoot(b.getSelectionCell()));e=1==b.getSelectionCount()&&b.isCellFoldable(b.getSelection… 2436 …,arguments);this.isCellLocked(k)&&(k=null);return k};Graph.prototype.isCellFoldable=function(b){va…
|