Components derived from this class can have text dropped onto them by an external application.
virtual ~TextDragAndDropTarget()=default
Destructor.
virtual bool isInterestedInTextDrag(const String &text)=0
Callback to check whether this target is interested in the set of text being offered.
virtual void textDropped(const String &text, int x, int y)=0
Callback to indicate that the user has dropped the text onto this component.