|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_7_0.IUnknown
org.virtualbox_7_0.IDnDBase
org.virtualbox_7_0.IDnDTarget
public class IDnDTarget
Abstract interface for handling drag'n drop targets.
Interface ID: {FF5BEFC3-4BA3-7903-2AA4-43988BA11554}
Field Summary |
---|
Fields inherited from class org.virtualbox_7_0.IUnknown |
---|
obj, objMgr, port |
Constructor Summary | |
---|---|
IDnDTarget(java.lang.String wrapped,
org.virtualbox_7_0.ObjectRefManager objMgr,
org.virtualbox_7_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
java.lang.Boolean |
cancel()
Requests cancelling the current operation. |
DnDAction |
drop(java.lang.Long screenId,
java.lang.Long x,
java.lang.Long y,
DnDAction defaultAction,
java.util.List<DnDAction> allowedActions,
java.util.List<java.lang.String> formats,
Holder<java.lang.String> format)
Informs the target about a drop event. |
DnDAction |
enter(java.lang.Long screenId,
java.lang.Long y,
java.lang.Long x,
DnDAction defaultAction,
java.util.List<DnDAction> allowedActions,
java.util.List<java.lang.String> formats)
Informs the target about a drag and drop enter event. |
void |
leave(java.lang.Long screenId)
Informs the target about a drag and drop leave event. |
DnDAction |
move(java.lang.Long screenId,
java.lang.Long x,
java.lang.Long y,
DnDAction defaultAction,
java.util.List<DnDAction> allowedActions,
java.util.List<java.lang.String> formats)
Informs the target about a drag and drop move event. |
static IDnDTarget |
queryInterface(IUnknown obj)
|
IProgress |
sendData(java.lang.Long screenId,
java.lang.String format,
byte[] data)
Initiates sending data to the target. |
Methods inherited from class org.virtualbox_7_0.IDnDBase |
---|
addFormats, getFormats, isFormatSupported, removeFormats |
Methods inherited from class org.virtualbox_7_0.IUnknown |
---|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IDnDTarget(java.lang.String wrapped, org.virtualbox_7_0.ObjectRefManager objMgr, org.virtualbox_7_0.jaxws.VboxPortType port)
Method Detail |
---|
public static IDnDTarget queryInterface(IUnknown obj)
public DnDAction enter(java.lang.Long screenId, java.lang.Long y, java.lang.Long x, DnDAction defaultAction, java.util.List<DnDAction> allowedActions, java.util.List<java.lang.String> formats)
VBOX_E_VM_ERROR
- VMM device is not available.
screenId
- The screen ID where the drag and drop event occurred.y
- Y-position of the event.x
- X-position of the event.defaultAction
- The default action to use.allowedActions
- The actions which are allowed.formats
- The supported MIME types.
public DnDAction move(java.lang.Long screenId, java.lang.Long x, java.lang.Long y, DnDAction defaultAction, java.util.List<DnDAction> allowedActions, java.util.List<java.lang.String> formats)
VBOX_E_VM_ERROR
- VMM device is not available.
screenId
- The screen ID where the drag and drop event occurred.x
- X-position of the event.y
- Y-position of the event.defaultAction
- The default action to use.allowedActions
- The actions which are allowed.formats
- The supported MIME types.
public void leave(java.lang.Long screenId)
VBOX_E_VM_ERROR
- VMM device is not available.
screenId
- The screen ID where the drag and drop event occurred.public DnDAction drop(java.lang.Long screenId, java.lang.Long x, java.lang.Long y, DnDAction defaultAction, java.util.List<DnDAction> allowedActions, java.util.List<java.lang.String> formats, Holder<java.lang.String> format)
VBOX_E_VM_ERROR
- VMM device is not available.
screenId
- The screen ID where the Drag and Drop event occurred.x
- X-position of the event.y
- Y-position of the event.defaultAction
- The default action to use.allowedActions
- The actions which are allowed.formats
- The supported MIME types.format
- The resulting format of this event.
public IProgress sendData(java.lang.Long screenId, java.lang.String format, byte[] data)
VBOX_E_VM_ERROR
- VMM device is not available.
screenId
- The screen ID where the drag and drop event occurred.format
- The MIME type the data is in.data
- The actual data.
public java.lang.Boolean cancel()
VBOX_E_VM_ERROR
- VMM device is not available.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |