Home
last modified time | relevance | path

Searched refs:connectionHandler (Results 1 – 13 of 13) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
DActions.js1185 graph.setConnectable(!graph.connectionHandler.isEnabled());
1189 action.setSelectedCallback(function() { return graph.connectionHandler.isEnabled(); });
1192 graph.connectionHandler.setCreateTarget(!graph.connectionHandler.isCreateTarget());
1196 action.setSelectedCallback(function() { return graph.connectionHandler.isCreateTarget(); });
DGraph.js765 this.connectionHandler.setCreateTarget(false);
766 this.connectionHandler.insertBeforeSource = true;
769 this.connectionHandler.isValidSource = function(cell, me) method
901 this.connectionHandler.createTargetVertex = function(evt, source) method
919 var connectionHandlerMouseMove = this.connectionHandler.mouseMove;
921 this.connectionHandler.mouseMove = function() method
941 var connectionHandleIsOutlineConnectEvent = this.connectionHandler.isOutlineConnectEvent;
943 this.connectionHandler.isOutlineConnectEvent = function(me) method
1204 this.connectionHandler.selectCells = function(edge, target) method
1210 this.connectionHandler.constraintHandler.isStateIgnored = function(state, source) method
[all …]
DEditorUi.js711 graph.connectionHandler.addListener(mxEvent.CONNECT, function(sender, evt)
1127 if (graph.connectionHandler != null && graph.connectionHandler.constraintHandler != null)
1129 graph.connectionHandler.constraintHandler.reset();
DEditor.js619 node.setAttribute('connect', (this.graph.connectionHandler.isEnabled()) ? '1' : '0');
DFormat.js6732 return graph.connectionHandler.isEnabled();
6742 apply(graph.connectionHandler.isEnabled());
/plugin/diagramsnet/lib/js/diagramly/
DPages.js706 connect: this.connectionHandler.isEnabled(),
DDialogs.js1242 graph.connectionHandler.select = false;
1277 graph.connectionHandler.marker.highlight.keepOnTop = false;
1279 graph.connectionHandler.createEdgeState = function(me)
1300 graph.connectionHandler.reset();
1329 graph.connectionHandler.start(state, pt.x, pt.y);
1443 graph.connectionHandler.addListener(mxEvent.CONNECT, function()
DEditorUi.js10464 this.editor.graph.connectionHandler.setCreateTarget(mxSettings.isCreateTarget());
10469 mxSettings.setCreateTarget(this.editor.graph.connectionHandler.isCreateTarget());
/plugin/diagramsnet/lib/js/
Dviewer.min.js1274 …=this.createSelectionCellsHandler();this.connectionHandler=this.createConnectionHandler();this.con…
1294connectionHandler.isEnabled()&&(b=this.view.getState(this.connectionHandler.marker.getCell(a)),nul…
1295connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY…
1453 …isValidTarget(b)};mxGraph.prototype.setConnectable=function(a){this.connectionHandler.setEnabled(a…
1454 mxGraph.prototype.isConnectable=function(){return this.connectionHandler.isEnabled()};mxGraph.proto…
1502 …MenuHandler&&this.popupMenuHandler.destroy(),null!=this.connectionHandler&&this.connectionHandler.…
1598 …ertex(d)&&c.isCellConnectable(d)&&c.isEdgeValid(null,this.cell,d))c.connectionHandler.connect(this…
2060 …tipHandler.isEnabled()?"1":"0");b.setAttribute("connect",this.graph.connectionHandler.isEnabled()?…
2152 …ateKeyHandler(b);this.getKeyHandler=function(){return keyHandler};k.connectionHandler.addListener(…
2163 …(){b.tooltipHandler.hide();null!=b.connectionHandler&&null!=b.connectionHandler.constraintHandler&…
[all …]
Dapp.min.js1308 …=this.createSelectionCellsHandler();this.connectionHandler=this.createConnectionHandler();this.con…
1328connectionHandler.isEnabled()&&(b=this.view.getState(this.connectionHandler.marker.getCell(a)),nul…
1329connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY…
1487 …isValidTarget(b)};mxGraph.prototype.setConnectable=function(a){this.connectionHandler.setEnabled(a…
1488 mxGraph.prototype.isConnectable=function(){return this.connectionHandler.isEnabled()};mxGraph.proto…
1536 …MenuHandler&&this.popupMenuHandler.destroy(),null!=this.connectionHandler&&this.connectionHandler.…
1632 …ertex(d)&&c.isCellConnectable(d)&&c.isEdgeValid(null,this.cell,d))c.connectionHandler.connect(this…
2094 …tipHandler.isEnabled()?"1":"0");a.setAttribute("connect",this.graph.connectionHandler.isEnabled()?…
2186 …ateKeyHandler(a);this.getKeyHandler=function(){return keyHandler};e.connectionHandler.addListener(…
2197 …(){a.tooltipHandler.hide();null!=a.connectionHandler&&null!=a.connectionHandler.constraintHandler&…
[all …]
Dviewer-static.min.js1274 …=this.createSelectionCellsHandler();this.connectionHandler=this.createConnectionHandler();this.con…
1294connectionHandler.isEnabled()&&(b=this.view.getState(this.connectionHandler.marker.getCell(a)),nul…
1295connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY…
1453 …isValidTarget(b)};mxGraph.prototype.setConnectable=function(a){this.connectionHandler.setEnabled(a…
1454 mxGraph.prototype.isConnectable=function(){return this.connectionHandler.isEnabled()};mxGraph.proto…
1502 …MenuHandler&&this.popupMenuHandler.destroy(),null!=this.connectionHandler&&this.connectionHandler.…
1598 …ertex(d)&&c.isCellConnectable(d)&&c.isEdgeValid(null,this.cell,d))c.connectionHandler.connect(this…
2060 …tipHandler.isEnabled()?"1":"0");b.setAttribute("connect",this.graph.connectionHandler.isEnabled()?…
2152 …ateKeyHandler(b);this.getKeyHandler=function(){return keyHandler};k.connectionHandler.addListener(…
2163 …(){b.tooltipHandler.hide();null!=b.connectionHandler&&null!=b.connectionHandler.constraintHandler&…
[all …]
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js1070 …=this.createSelectionCellsHandler();this.connectionHandler=this.createConnectionHandler();this.con…
1090connectionHandler.isEnabled()&&(b=this.view.getState(this.connectionHandler.marker.getCell(a)),nul…
1091connectionHandler.marker.mark(),this.connectionHandler.first=new mxPoint(a.getGraphX(),a.getGraphY…
1249 …isValidTarget(b)};mxGraph.prototype.setConnectable=function(a){this.connectionHandler.setEnabled(a…
1250 mxGraph.prototype.isConnectable=function(){return this.connectionHandler.isEnabled()};mxGraph.proto…
1298 …MenuHandler&&this.popupMenuHandler.destroy(),null!=this.connectionHandler&&this.connectionHandler.…
1394 …ertex(d)&&c.isCellConnectable(d)&&c.isEdgeValid(null,this.cell,d))c.connectionHandler.connect(this…
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...