Class CustomDropDiagramHandlerFactory

java.lang.Object
com.nomagic.magicdraw.ui.dnd.CustomDropDiagramHandlerFactory

@OpenApiAll public class CustomDropDiagramHandlerFactory extends 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 create a factory CustomDragAndDropHandlerFactory which creates CustomDragAndDropHandler which you need to implement.
See Also: