Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js50018 function MoveShapeHandler(modeling) { class
50024 MoveShapeHandler.$inject = [ 'modeling' ];
50027 MoveShapeHandler.prototype.execute = function(context) {
50054 MoveShapeHandler.prototype.postExecute = function(context) {
50082 MoveShapeHandler.prototype.revert = function(context) {
50102 MoveShapeHandler.prototype.moveChildren = function(context) {
50110 MoveShapeHandler.prototype.getNewParent = function(context) {
50878 'shape.move': MoveShapeHandler,