Class CustomShapeMoveHandlerFactory


  • @OpenApiAll
    public class CustomShapeMoveHandlerFactory
    extends java.lang.Object
    Custom Drag and Drop handler factory, used to created and register Custom Drag and Drop handlers for shape move. To register a Custom Drag and Droop handler you must implement DropDiagramHandlerInterface and then create this custom Drag and Drop factory with that implementation. Finally initialize createAndRegisterHandler
    See Also:
    CustomDragAndDropHandler
    • Constructor Detail

      • CustomShapeMoveHandlerFactory

        public CustomShapeMoveHandlerFactory()
    • Method Detail

      • register

        public static void register​(CustomDragAndDropHandler handlerImplementation)
        Creates and register custom Drag and Drop handler with given implementation