org.virtualbox_6_1
Class IGuestDnDSource

java.lang.Object
  extended by org.virtualbox_6_1.IUnknown
      extended by org.virtualbox_6_1.IDnDBase
          extended by org.virtualbox_6_1.IDnDSource
              extended by org.virtualbox_6_1.IGuestDnDSource

public class IGuestDnDSource
extends IDnDSource

Implementation of theIDnDSourceobject for source drag'n drop operations on the guest. Interface ID: {DEDFB5D9-4C1B-EDF7-FDF3-C1BE6827DC28}


Field Summary
 
Fields inherited from class org.virtualbox_6_1.IUnknown
obj, objMgr, port
 
Constructor Summary
IGuestDnDSource(java.lang.String wrapped, org.virtualbox_6_1.ObjectRefManager objMgr, org.virtualbox_6_1.jaxws.VboxPortType port)
           
 
Method Summary
 java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()
           
static IGuestDnDSource queryInterface(IUnknown obj)
           
 
Methods inherited from class org.virtualbox_6_1.IDnDSource
dragIsPending, drop, receiveData
 
Methods inherited from class org.virtualbox_6_1.IDnDBase
addFormats, getFormats, getProtocolVersion, isFormatSupported, removeFormats
 
Methods inherited from class org.virtualbox_6_1.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

IGuestDnDSource

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

getMidlDoesNotLikeEmptyInterfaces

public java.lang.Boolean getMidlDoesNotLikeEmptyInterfaces()

queryInterface

public static IGuestDnDSource queryInterface(IUnknown obj)