Class CustomDropDiagramHandlerFactory


  • @OpenApiAll
    public class CustomDropDiagramHandlerFactory
    extends java.lang.Object
    Custom Drag and Drop handler factory, used to created and register Custom Drag and Drop handlers for diagram drop. To register a Custom Drag and Drop 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

      • CustomDropDiagramHandlerFactory

        public CustomDropDiagramHandlerFactory()
    • Method Detail

      • register

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