|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.virtualbox_5_0.IUnknown
org.virtualbox_5_0.IDnDBase
public class IDnDBase
Base abstract interface for drag'n drop. Interface ID: {A9630A67-7238-4B0E-9A58-364B1DD3D032}
Field Summary |
---|
Fields inherited from class org.virtualbox_5_0.IUnknown |
---|
obj, port |
Constructor Summary | |
---|---|
IDnDBase(java.lang.String wrapped,
org.virtualbox_5_0.jaxws.VboxPortType port)
|
Method Summary | |
---|---|
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. |
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 |
---|
public IDnDBase(java.lang.String wrapped, org.virtualbox_5_0.jaxws.VboxPortType port)
Method Detail |
---|
public java.util.List<java.lang.String> getFormats()
public java.lang.Long getProtocolVersion()
public static IDnDBase queryInterface(IUnknown obj)
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |