Interface IDropEntitiesHandler

All Known Implementing Classes:
DropEntitiesHandler

public interface IDropEntitiesHandler
Interface for drop entities handlers. Instances of this class should process dropEvent received from setDropEvent(DropTargetEvent) method in execute(ErdEditor) method.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes drop action.
    void
    setDropEvent(org.eclipse.swt.dnd.DropTargetEvent dropEvent)
    Sets drop event.
  • Method Details

    • 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.