org.virtualbox_5_0
Class IGuestDnDSource

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

public class IGuestDnDSource
extends IDnDSource

Implementation of theIDnDSourceobject for source drag'n drop operations on the guest. Interface ID: {280955C0-DE67-4297-8179-6274A82A2FC0}


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

queryInterface

public static IGuestDnDSource queryInterface(IUnknown obj)