Object object = LocalTransfer.INSTANCE.getObject();
Command command = DragAndDropCommand.create(editingDomain, item, position, DragAndDropFeedback.DROP_MOVE
| DragAndDropFeedback.DROP_LINK, DragAndDropFeedback.DROP_MOVE, (Collection<?>) object);
if (command.canExecute()) {
dndCommand = command;
if (command instanceof DragAndDropFeedback) {
DragAndDropFeedback dndFeedback = (DragAndDropFeedback) command;
int feedback = dndFeedback.getFeedback();