public interface IDropEvent
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData() |
DropAction |
getDropAction() |
java.lang.Object |
getDropSelection() |
Position |
getPosition() |
java.util.Set<DropAction> |
getSupportedActions() |
TransferType<?> |
getTransferType() |
Position getPosition()
java.util.Set<DropAction> getSupportedActions()
DropAction getDropAction()
java.lang.Object getDropSelection()
java.lang.Object getData()
TransferType<?> getTransferType()
Siehe auch Jowidgets Nutzerhandbuch