Class DropEntitiesHandler

    • Constructor Detail

      • DropEntitiesHandler

        public DropEntitiesHandler()
    • Method Detail

      • setDropEvent

        public void setDropEvent​(org.eclipse.swt.dnd.DropTargetEvent dropEvent)
        Description copied from interface: IDropEntitiesHandler
        Sets drop event.
        Specified by:
        setDropEvent in interface IDropEntitiesHandler
        Parameters:
        dropEvent - the dropEvent to set. Can't be null.
      • execute

        public Object execute​(org.eclipse.core.commands.ExecutionEvent event)
                       throws org.eclipse.core.commands.ExecutionException
        Specified by:
        execute in interface org.eclipse.core.commands.IHandler
        Overrides:
        execute in class AbstractDiagramHandler
        Throws:
        org.eclipse.core.commands.ExecutionException