function setDropAdaptor(h,this)

%% Creates a drop target from supplied drop adaptor
thisTable = h.Table.getTable;
if ~isempty(thisTable)
     thisTable.setDropTarget(DropTarget(thisTable,this));
end