Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js50228 function ReplaceShapeHandler(modeling, rules) { class
50233 ReplaceShapeHandler.$inject = [ 'modeling', 'rules' ];
50247 ReplaceShapeHandler.prototype.preExecute = function(context) {
50331 ReplaceShapeHandler.prototype.postExecute = function(context) {
50338 ReplaceShapeHandler.prototype.execute = function(context) {};
50341 ReplaceShapeHandler.prototype.revert = function(context) {};
50344 ReplaceShapeHandler.prototype.createShape = function(shape, position, target, hints) {
50349ReplaceShapeHandler.prototype.reconnectStart = function(connection, newSource, dockingPoint, hints…
50354 ReplaceShapeHandler.prototype.reconnectEnd = function(connection, newTarget, dockingPoint, hints) {
50880 'shape.replace': ReplaceShapeHandler,