Class CustomDropDiagramHandlerFactory.DnDHandlerFactory

  • All Implemented Interfaces:
    com.nomagic.magicdraw.ui.dnd.DropDiagramHandlerFactory
    Enclosing class:
    CustomDropDiagramHandlerFactory

    private static class CustomDropDiagramHandlerFactory.DnDHandlerFactory
    extends java.lang.Object
    implements com.nomagic.magicdraw.ui.dnd.DropDiagramHandlerFactory
    • Field Detail

      • mDnDImplementation

        private final CustomDragAndDropHandler mDnDImplementation
        Drag and Drop interface implementation of DropDiagramHandlerInterface
    • Method Detail

      • createHandler

        public com.nomagic.magicdraw.ui.dnd.DropDiagramHandler createHandler()
        Specified by:
        createHandler in interface com.nomagic.magicdraw.ui.dnd.DropDiagramHandlerFactory