public class PluginTransferData
extends java.lang.Object
Clients using PluginTransfer should create an instance to contain the drop data.
| Constructor and Description |
|---|
PluginTransferData(java.lang.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.
|
java.lang.String |
getExtensionId()
Returns the id of the extension that will provide the drop action.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.