For better visual display of showing icon/name along the cursor for DND,
access to the WidgetAction.Adapter is needed.
Its best to extend from AcceptAction class, but as that class is declared asfinal,
there is no option left other than to copy/paste AcceptAction code here.