public interface UITextDropRequest
| Modifier and Type | Method and Description |
|---|---|
UITextPosition |
dropPosition()
The text position that the drag is over.
|
UIDropSession |
dropSession()
The current drop session.
|
boolean |
isSameView()
Returns whether the drop is a local drop
(that is, the drag and drop are in the same text control).
|
UITextDropProposal |
suggestedProposal()
The suggested proposal by the text control.
|
UITextPosition dropPosition()
UIDropSession dropSession()
boolean isSameView()
UITextDropProposal suggestedProposal()