public class IDnDBase extends IUnknown
Constructor and Description |
---|
IDnDBase(java.lang.String wrapped,
org.virtualbox_6_0.ObjectRefManager objMgr,
org.virtualbox_6_0.jaxws.VboxPortType port) |
Modifier and Type | Method and Description |
---|---|
void |
addFormats(java.util.List<java.lang.String> formats)
Adds MIME / Content-type formats to the supported formats.
|
java.util.List<java.lang.String> |
getFormats()
Returns all supported drag'n drop formats.
|
java.lang.Long |
getProtocolVersion()
Returns the protocol version which is used to communicate
with the guest.
|
java.lang.Boolean |
isFormatSupported(java.lang.String format)
Checks if a specific drag'n drop MIME / Content-type format is supported.
|
static IDnDBase |
queryInterface(IUnknown obj) |
void |
removeFormats(java.util.List<java.lang.String> formats)
Removes MIME / Content-type formats from the supported formats.
|
getObjMgr, getRemoteWSPort, getWrapped, releaseRemote
public IDnDBase(java.lang.String wrapped, org.virtualbox_6_0.ObjectRefManager objMgr, org.virtualbox_6_0.jaxws.VboxPortType port)
public java.util.List<java.lang.String> getFormats()
public java.lang.Long getProtocolVersion()
public java.lang.Boolean isFormatSupported(java.lang.String format)
format
- Format to check for.public void addFormats(java.util.List<java.lang.String> formats)
formats
- Collection of formats to add.public void removeFormats(java.util.List<java.lang.String> formats)
formats
- Collection of formats to remove.