org.virtualbox_5_2
Class IGuestDnDTarget

java.lang.Object
  extended by org.virtualbox_5_2.IUnknown
      extended by org.virtualbox_5_2.IDnDBase
          extended by org.virtualbox_5_2.IDnDTarget
              extended by org.virtualbox_5_2.IGuestDnDTarget

public class IGuestDnDTarget
extends IDnDTarget

Implementation of theIDnDTargetobject for target drag'n drop operations on the guest. Interface ID: {50CE4B51-0FF7-46B7-A138-3C6E5AC946B4}


Field Summary
 
Fields inherited from class org.virtualbox_5_2.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDnDTarget(java.lang.String wrapped, org.virtualbox_5_2.ObjectRefManager objMgr, org.virtualbox_5_2.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static IGuestDnDTarget queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_5_2.IDnDTarget
cancel, drop, enter, leave, move, sendData
 
Methods inherited from class org.virtualbox_5_2.IDnDBase
addFormats, getFormats, getProtocolVersion, isFormatSupported, removeFormats
 
Methods inherited from class org.virtualbox_5_2.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

IGuestDnDTarget

public IGuestDnDTarget(java.lang.String wrapped,
                       org.virtualbox_5_2.ObjectRefManager objMgr,
                       org.virtualbox_5_2.jaxws.VboxPortType port)
Method Detail

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IGuestDnDTarget queryInterface(IUnknown obj)