|
Runtime | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.swt.dnd.Transfer
org.eclipse.swt.dnd.ByteArrayTransfer
org.eclipse.gmf.runtime.common.ui.services.dnd.core.SelectionTransfer
This class can be used to transfer a ISelection between two
parts in a workbench in a drag and drop operation. This class does not
marshall the data.
| Method Summary | |
static SelectionTransfer |
getInstance()
Return the singleton. |
ISelection |
getSelection()
Returns the selection. |
protected int[] |
getTypeIds()
Returns the type ids supported by this agent |
protected java.lang.String[] |
getTypeNames()
Returns the type names supported by this agent |
void |
javaToNative(java.lang.Object object,
TransferData transferData)
Converts the TYPE_NAME into a byte[] |
java.lang.Object |
nativeToJava(TransferData transferData)
Retrieves the byte[] associated with
TYPE_NAME. |
void |
setSelection(ISelection aSelection)
Sets the selection. |
| Methods inherited from class org.eclipse.swt.dnd.ByteArrayTransfer |
getSupportedTypes, isSupportedType |
| Methods inherited from class org.eclipse.swt.dnd.Transfer |
registerType, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static SelectionTransfer getInstance()
public void javaToNative(java.lang.Object object,
TransferData transferData)
TYPE_NAME into a byte[]
Transfer.javaToNative(java.lang.Object,
org.eclipse.swt.dnd.TransferData)public java.lang.Object nativeToJava(TransferData transferData)
byte[] associated with
TYPE_NAME. Verifies it is the same as the
TYPE_NAME and then returns the selection.
ObjectTransfer.nativeToJava(org.eclipse.swt.dnd.TransferData)protected int[] getTypeIds()
int[]Transfer.getTypeIds()protected java.lang.String[] getTypeNames()
String[]Transfer.getTypeNames()public ISelection getSelection()
selectionpublic void setSelection(ISelection aSelection)
aSelection - The selection to set
|
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.