public class PluginTransferData extends Object
Clients using PluginTransfer should create an instance to contain the drop data.
Constructor and Description |
---|
PluginTransferData(String extensionId,
byte[] data)
Creates a new record for the given extension id and data.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the data being transferred.
|
String |
getExtensionId()
Returns the id of the extension that will provide the drop action.
|
public PluginTransferData(String extensionId, byte[] data)
extensionId
- the extension iddata
- the data to transferpublic byte[] getData()
public String getExtensionId()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.