function setDropAdaptor(h,this)

import java.awt.dnd.*
import com.mathworks.toolbox.timeseries.*;


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