Class CustomShapeMoveHandlerFactory

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

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