Package com.nomagic.magicdraw.ui.dnd
Class BrowserTabTreeDragAndDropHandlerRegistry
java.lang.Object
com.nomagic.magicdraw.ui.dnd.BrowserTabTreeDragAndDropHandlerRegistry
Used to register custom drag and drop handling for browser tab trees from external applications
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic List<BrowserTabTreeDragAndDropHandler>static voidRegisters a drop handler factory for browser tab treestatic voidUnregister a registered drop handler factory 
- 
Constructor Details
- 
BrowserTabTreeDragAndDropHandlerRegistry
public BrowserTabTreeDragAndDropHandlerRegistry() 
 - 
 - 
Method Details
- 
register
Registers a drop handler factory for browser tab tree- Parameters:
 factory- implemented drop handler factory
 - 
unregister
Unregister a registered drop handler factory- Parameters:
 factory- to unregister
 - 
getHandlerFactories
- Returns:
 - list of registered browser tab tree dnd handler factories
 
 - 
getHandlers
- Returns:
 - list of sorted registered browser tab tree dnd handlers
 
 
 -