if (fMoveProcessor == null) {
IMovePolicy policy = ReorgPolicyFactory.createMovePolicy(
getResources(fElements), ReorgUtils
.getModelElements(fElements));
if (policy.canEnable())
fMoveProcessor = new ScriptMoveProcessor(policy);
}
if (!canMoveElements())
return DND.DROP_NONE;