Package com._1c.g5.v8.dt.erd.ui.handlers
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 TypeMethodDescriptionvoidExecutes drop action.voidsetDropEvent(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 benull.
-
execute
Executes drop action.- Parameters:
editor- - editor to execute action. Can't benull.
-