Package com.nomagic.magicdraw.ui.dnd
Class CustomDropDiagramHandlerFactory
- java.lang.Object
-
- com.nomagic.magicdraw.ui.dnd.CustomDropDiagramHandlerFactory
-
@OpenApiAll public class CustomDropDiagramHandlerFactory extends java.lang.ObjectCustom 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 implementDropDiagramHandlerInterfaceand then create this custom Drag and Drop factory with that implementation. Finally initializecreateAndRegisterHandler- See Also:
CustomDragAndDropHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classCustomDropDiagramHandlerFactory.DnDHandlerFactory
-
Constructor Summary
Constructors Constructor Description CustomDropDiagramHandlerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister(CustomDragAndDropHandler handlerImplementation)Creates and register custom Drag and Drop handler with given implementation
-
-
-
Method Detail
-
register
public static void register(CustomDragAndDropHandler handlerImplementation)
Creates and register custom Drag and Drop handler with given implementation
-
-