StyledTextDropTargetEffect.dropAccept

This implementation of <code>dropAccept</code> provides a default drag under effect for the feedback specified in <code>event.feedback</code>.

For additional information see <code>DropTargetAdapter.dropAccept</code>.

Subclasses that override this method should call <code>super.dropAccept(event)</code> to get the default drag under effect implementation.

@param event the information associated with the drop accept event

@see DropTargetAdapter @see DropTargetEvent

class StyledTextDropTargetEffect
override
void
dropAccept

Meta