/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | BasicGraphEditor.java | 136 protected mxIEventListener undoHandler = new mxIEventListener() field in BasicGraphEditor 178 graph.getModel().addListener(mxEvent.UNDO, undoHandler); in BasicGraphEditor() 179 graph.getView().addListener(mxEvent.UNDO, undoHandler); in BasicGraphEditor() 182 mxIEventListener undoHandler = new mxIEventListener() in BasicGraphEditor() local 193 undoManager.addListener(mxEvent.UNDO, undoHandler); in BasicGraphEditor() 194 undoManager.addListener(mxEvent.REDO, undoHandler); in BasicGraphEditor()
|
H A D | BasicGraphEditor.java.bak | 134 protected mxIEventListener undoHandler = new mxIEventListener() 174 graph.getModel().addListener(mxEvent.UNDO, undoHandler); 175 graph.getView().addListener(mxEvent.UNDO, undoHandler); 178 mxIEventListener undoHandler = new mxIEventListener() 189 undoManager.addListener(mxEvent.UNDO, undoHandler); 190 undoManager.addListener(mxEvent.REDO, undoHandler);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 690 var undoHandler = function(sender, evt) method in Editor.createUndoManager 715 undoMgr.addListener(mxEvent.UNDO, undoHandler); 716 undoMgr.addListener(mxEvent.REDO, undoHandler);
|
/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/mxgraph/ |
H A D | mxClient.js | 1325 function mxLayoutManager(a){this.undoHandler=mxUtils.bind(this,function(a,c){this.isEnabled()&&this… 1326 …ling=!0;mxLayoutManager.prototype.enabled=!0;mxLayoutManager.prototype.undoHandler=null;mxLayoutMa… method in mxLayoutManager 1328 …undoHandler);this.graph.removeListener(this.moveHandler);this.graph.removeListener(this.resizeHand…
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 1529 function mxLayoutManager(a){this.undoHandler=mxUtils.bind(this,function(a,c){this.isEnabled()&&this… 1530 …ling=!0;mxLayoutManager.prototype.enabled=!0;mxLayoutManager.prototype.undoHandler=null;mxLayoutMa… method in mxLayoutManager 1532 …undoHandler);this.graph.removeListener(this.moveHandler);this.graph.removeListener(this.resizeHand…
|
H A D | viewer-static.min.js | 1529 function mxLayoutManager(a){this.undoHandler=mxUtils.bind(this,function(a,c){this.isEnabled()&&this… 1530 …ling=!0;mxLayoutManager.prototype.enabled=!0;mxLayoutManager.prototype.undoHandler=null;mxLayoutMa… method in mxLayoutManager 1532 …undoHandler);this.graph.removeListener(this.moveHandler);this.graph.removeListener(this.resizeHand…
|
H A D | app.min.js | 1563 function mxLayoutManager(a){this.undoHandler=mxUtils.bind(this,function(a,c){this.isEnabled()&&this… 1564 …ling=!0;mxLayoutManager.prototype.enabled=!0;mxLayoutManager.prototype.undoHandler=null;mxLayoutMa… method in mxLayoutManager 1566 …undoHandler);this.graph.removeListener(this.moveHandler);this.graph.removeListener(this.resizeHand…
|