Interface IDropEntitiesHandler

    • Method Detail

      • setDropEvent

        void setDropEvent​(org.eclipse.swt.dnd.DropTargetEvent dropEvent)
        Sets drop event.
        Parameters:
        dropEvent - the dropEvent to set. Can't be null.
      • execute

        void execute​(ErdEditor editor)
        Executes drop action.
        Parameters:
        editor - - editor to execute action. Can't be null.