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 CustomDragAndDropHandlerFactoryfactory 
- 
Constructor Summary
Constructors Constructor Description DnDHandlerFactory(CustomDragAndDropHandlerFactory factory) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<com.nomagic.magicdraw.uml.symbols.manipulators.ShapeMoveHandler>createShapeMoveHandlers()booleanequals(java.lang.Object o)inthashCode() 
 - 
 
- 
- 
Field Detail
- 
factory
private final CustomDragAndDropHandlerFactory factory
 
 - 
 
- 
Constructor Detail
- 
DnDHandlerFactory
public DnDHandlerFactory(CustomDragAndDropHandlerFactory factory)
 
 - 
 
- 
Method Detail
- 
createShapeMoveHandlers
public java.util.List<com.nomagic.magicdraw.uml.symbols.manipulators.ShapeMoveHandler> createShapeMoveHandlers()
- Specified by:
 createShapeMoveHandlersin interfacecom.nomagic.magicdraw.ui.dnd.ShapeMoveHandlerFactory
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
 - 
 
 -