| org.eclipse.ui.views.navigator.LocalSelectionTransfer
LocalSelectionTransfer | public class LocalSelectionTransfer extends org.eclipse.jface.util.LocalSelectionTransfer (Code) | | A LocalSelectionTransfer may be used for drag and drop operations within the
same instance of Eclipse. The selection is made available directly for use in
the DropTargetListener. dropAccept method. The DropTargetEvent passed to
dropAccept does not contain the drop data. The selection may be used for
validation purposes so that the drop can be aborted if appropriate. This
class is not intended to be subclassed.
since: 2.1 |
getSelection | public ISelection getSelection()(Code) | | |
getSelectionSetTime | public long getSelectionSetTime()(Code) | | |
javaToNative | public void javaToNative(Object object, TransferData transferData)(Code) | | |
nativeToJava | public Object nativeToJava(TransferData transferData)(Code) | | |
setSelection | public void setSelection(ISelection s)(Code) | | |
setSelectionSetTime | public void setSelectionSetTime(long time)(Code) | | |
|
|