Home
last modified time | relevance | path

Searched refs:isCellEditable (Results 1 – 18 of 18) sorted by relevance

/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java64 public boolean isCellEditable(Object cell) in UserObject()
H A DUserObject.java.bak58 public boolean isCellEditable(Object cell)
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DJTableRenderer.java500 public boolean isCellEditable(int row, int col) in createModel() method
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js652 if (graph.isEnabled() && cell != null && graph.isCellEditable(cell))
698 if (graph.isEnabled() && cell != null && graph.isCellEditable(cell))
H A DMenus.js1524 graph.isCellEditable(cell))
1590 if (graph.getSelectionCount() == 1 && graph.isCellEditable(cell))
H A DSidebar.js3128 if (graph.isCellEditable(state.cell))
H A DEditorUi.js3779 if (graph.isCellEditable(cell))
H A DGraph.js609 if (state != null && this.isCellEditable(state.cell))
2267 if (this.isCellEditable(temp))
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMovieEditorDialog.java656 public boolean isCellEditable(int row, int column) { in buildUI()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js1084 …ltiTouchEvent(b)||(null==a&&(a=this.getSelectionCell(),null==a||this.isCellEditable(a)||(a=null)),…
1089 …s.isEnabled()||mxEvent.isConsumed(a)||c.isConsumed()||null==b||!this.isCellEditable(b)||this.isEdi…
1247 …a){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellEditable(a)}))};
1248 mxGraph.prototype.isCellEditable=function(a){var b=this.getCurrentCellStyle(a);return this.isCellsE… method in mxGraph
1549 mxVertexHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.…
1614isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells…
1618 …EdgeHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.cel…
1632 mxEdgeHandler.prototype.mouseDown=function(a,b){if(this.graph.isCellEditable(this.state.cell)){var …
1674 ….getLabel(a);this.labelShape.visible=null!=b&&0<b.length&&this.graph.isCellEditable(this.state.cel…
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js7220 if (graph.isCellEditable(cell))
7308 if (graph.isCellEditable(cell))
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js1288 …ltiTouchEvent(b)||(null==a&&(a=this.getSelectionCell(),null==a||this.isCellEditable(a)||(a=null)),…
1293 …s.isEnabled()||mxEvent.isConsumed(a)||c.isConsumed()||null==b||!this.isCellEditable(b)||this.isEdi…
1451 …a){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellEditable(a)}))};
1452 mxGraph.prototype.isCellEditable=function(a){var b=this.getCurrentCellStyle(a);return this.isCellsE… method in mxGraph
1753 mxVertexHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.…
1818isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells…
1822 …EdgeHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.cel…
1836 mxEdgeHandler.prototype.mouseDown=function(a,b){if(this.graph.isCellEditable(this.state.cell)){var …
2327 …k.destroy());q=!1;t=d=f=l=null}}else if(e=c.getState(),null!=e&&this.isCellEditable(e.cell)){k=nul…
2372 …model.getChildCount(b);f++){var c=this.model.getChildAt(b,f);if(this.isCellEditable(c)){b=c;break}…
[all …]
H A Dapp.min.js1322 …ltiTouchEvent(b)||(null==a&&(a=this.getSelectionCell(),null==a||this.isCellEditable(a)||(a=null)),…
1327 …s.isEnabled()||mxEvent.isConsumed(a)||c.isConsumed()||null==b||!this.isCellEditable(b)||this.isEdi…
1485 …a){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellEditable(a)}))};
1486 mxGraph.prototype.isCellEditable=function(a){var b=this.getCurrentCellStyle(a);return this.isCellsE… method in mxGraph
1787 mxVertexHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.…
1852isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells…
1856 …EdgeHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.cel…
2529 ….cell)&&null!=m||a.model.isEdge(h.cell)&&a.model.isEdge(e[0]))){if(a.isCellEditable(h.cell)){x=h;v…
2576 …e.destroy());m=!1;k=h=g=l=null}}else if(c=b.getState(),null!=c&&this.isCellEditable(c.cell)){e=nul…
2621 …model.getChildCount(a);c++){var d=this.model.getChildAt(a,c);if(this.isCellEditable(d)){a=d;break}…
[all …]
H A Dviewer-static.min.js1288 …ltiTouchEvent(b)||(null==a&&(a=this.getSelectionCell(),null==a||this.isCellEditable(a)||(a=null)),…
1293 …s.isEnabled()||mxEvent.isConsumed(a)||c.isConsumed()||null==b||!this.isCellEditable(b)||this.isEdi…
1451 …a){return this.model.filterCells(a,mxUtils.bind(this,function(a){return this.isCellEditable(a)}))};
1452 mxGraph.prototype.isCellEditable=function(a){var b=this.getCurrentCellStyle(a);return this.isCellsE… method in mxGraph
1753 mxVertexHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.…
1818isCellEditable(this.state.cell)&&(this.graph.getSelectionCount()<mxGraphHandler.prototype.maxCells…
1822 …EdgeHandler.prototype.getSelectionColor=function(){return this.graph.isCellEditable(this.state.cel…
1836 mxEdgeHandler.prototype.mouseDown=function(a,b){if(this.graph.isCellEditable(this.state.cell)){var …
2327 …k.destroy());q=!1;t=d=f=l=null}}else if(e=c.getState(),null!=e&&this.isCellEditable(e.cell)){k=nul…
2372 …model.getChildCount(b);f++){var c=this.model.getChildAt(b,f);if(this.isCellEditable(c)){b=c;break}…
[all …]