| Package | Description |
|---|---|
| org.freedesktop.wayland.client |
| Modifier and Type | Method and Description |
|---|---|
WlDataSourceProxy |
WlDataDeviceManagerProxy.createDataSource(WlDataSourceEvents implementation)
create a new data source
|
| Modifier and Type | Method and Description |
|---|---|
void |
WlDataSourceEventsV3.action(WlDataSourceProxy emitter,
int dndAction)
notify the selected action
|
void |
WlDataSourceEventsV2.cancelled(WlDataSourceProxy emitter)
selection was cancelled
|
void |
WlDataSourceEventsV3.cancelled(WlDataSourceProxy emitter)
selection was cancelled
|
void |
WlDataSourceEvents.cancelled(WlDataSourceProxy emitter)
selection was cancelled
|
void |
WlDataSourceEventsV3.dndDropPerformed(WlDataSourceProxy emitter)
the drag-and-drop operation physically finished
|
void |
WlDataSourceEventsV3.dndFinished(WlDataSourceProxy emitter)
the drag-and-drop operation concluded
|
void |
WlDataSourceEventsV2.send(WlDataSourceProxy emitter,
String mimeType,
int fd)
send the data
|
void |
WlDataSourceEventsV3.send(WlDataSourceProxy emitter,
String mimeType,
int fd)
send the data
|
void |
WlDataSourceEvents.send(WlDataSourceProxy emitter,
String mimeType,
int fd)
send the data
|
void |
WlDataDeviceProxy.setSelection(WlDataSourceProxy source,
int serial)
copy data to the selection
|
void |
WlDataDeviceProxy.startDrag(WlDataSourceProxy source,
WlSurfaceProxy origin,
WlSurfaceProxy icon,
int serial)
start drag-and-drop operation
|
void |
WlDataSourceEventsV2.target(WlDataSourceProxy emitter,
String mimeType)
a target accepts an offered mime type
|
void |
WlDataSourceEventsV3.target(WlDataSourceProxy emitter,
String mimeType)
a target accepts an offered mime type
|
void |
WlDataSourceEvents.target(WlDataSourceProxy emitter,
String mimeType)
a target accepts an offered mime type
|
Copyright © 2016. All rights reserved.