Package com.nomagic.magicdraw.ui.dnd
Class CustomShapeMoveHandlerFactory.DnDHandlerFactory
- java.lang.Object
 - 
- com.nomagic.magicdraw.ui.dnd.CustomShapeMoveHandlerFactory.DnDHandlerFactory
 
 
- 
- All Implemented Interfaces:
 com.nomagic.magicdraw.ui.dnd.ShapeMoveHandlerFactory
- Enclosing class:
 - CustomShapeMoveHandlerFactory
 
private static class CustomShapeMoveHandlerFactory.DnDHandlerFactory extends java.lang.Object implements com.nomagic.magicdraw.ui.dnd.ShapeMoveHandlerFactory 
- 
- 
Field Summary
Fields Modifier and Type Field Description private CustomDragAndDropHandlermDnDImplementationDrag and Drop interface implementation of DropDiagramHandlerInterface 
- 
Constructor Summary
Constructors Constructor Description DnDHandlerFactory(CustomDragAndDropHandler handlerImplementation) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.nomagic.magicdraw.uml.symbols.manipulators.ShapeMoveHandler>createShapeMoveHandlers() 
 - 
 
- 
- 
Field Detail
- 
mDnDImplementation
private final CustomDragAndDropHandler mDnDImplementation
Drag and Drop interface implementation of DropDiagramHandlerInterface 
 - 
 
- 
Constructor Detail
- 
DnDHandlerFactory
public DnDHandlerFactory(CustomDragAndDropHandler handlerImplementation)
 
 - 
 
 -