|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.gmf.runtime.common.ui.util.CustomData
The class used to create custom data for drag and drop/clipboard operations. This
class implements ICustomData interface used within the
transfer agent CustomDataTransfer
| Constructor Summary | |
CustomData(java.lang.String formatType,
byte[] data)
Constructs a CustomData. |
|
| Method Summary | |
byte[] |
getData()
Retrieves the data |
java.lang.String |
getFormatType()
Retrieves the format type |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CustomData(java.lang.String formatType,
byte[] data)
formatType - data format as Stringdata - attribute for the data| Method Detail |
public java.lang.String getFormatType()
getFormatType in interface ICustomDataICustomData.getFormatType()public byte[] getData()
getData in interface ICustomDataICustomData.getData()
|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.