List of usage examples for org.eclipse.jface.util TransferDragSourceListener interface-usage
From source file com.aptana.ide.search.epl.ResourceTransferDragAdapter.java
/**
* A drag adapter that transfers the current selection as </code>
* IResource</code>. Only those elements in the selection are part
* of the transfer which can be converted into an <code>IResource
* </code>.
*/
From source file com.aptana.ide.syncing.ui.views.ConnectionPointComposite.java
/** * @author Michael Xia (mxia@aptana.com) */ public class ConnectionPointComposite implements SelectionListener, ISelectionChangedListener, IDoubleClickListener, TransferDragSourceListener, DropTargetListener {
From source file com.architexa.org.eclipse.gef.dnd.TransferDragSourceListener.java
/**
* A DragSourceListener that can handle one type of SWT {@link Transfer}. The purpose of a
* TransferDragSourceListener is to:
* <UL>
* <LI>Determine enablement for a Drag operation. Enablement is often a function of the
* current <I>Selection</I> and/or other criteria.
From source file com.nokia.carbide.search.system.internal.ui.text.ResourceTransferDragAdapter.java
/**
* A drag adapter that transfers the current selection as </code>
* IResource</code>. Only those elements in the selection are part
* of the transfer which can be converted into an <code>IResource
* </code>.
*/
From source file com.nokia.tools.s60.editor.dnd.S60BaseDragListener.java
/** * Capable of working with filetransfer & localselection trasnfer. */ public class S60BaseDragListener implements org.eclipse.jface.util.TransferDragSourceListener { private Transfer transfer;
From source file de.walware.ecommons.ui.util.SelectionTransferDragAdapter.java
public class SelectionTransferDragAdapter extends DragSourceAdapter implements TransferDragSourceListener { private final ISelectionProvider fSelectionProvider; public SelectionTransferDragAdapter(final ISelectionProvider selectionProvider) { assert (selectionProvider != null);
From source file descent.internal.ui.dnd.BasicSelectionTransferDragAdapter.java
public class BasicSelectionTransferDragAdapter extends DragSourceAdapter implements TransferDragSourceListener { private ISelectionProvider fProvider; public BasicSelectionTransferDragAdapter(ISelectionProvider provider) { Assert.isNotNull(provider);
From source file descent.internal.ui.dnd.ResourceTransferDragAdapter.java
/**
* A drag adapter that transfers the current selection as </code>
* IResource</code>. Only those elements in the selection are part
* of the transfer which can be converted into an <code>IResource
* </code>.
*/
From source file eu.geclipse.ui.internal.transfer.SelectionTransferDragAdapter.java
/** * Transfer drag adapter for selections specialised for the transfer of * Grid elements. */ public class SelectionTransferDragAdapter implements TransferDragSourceListener {
From source file ext.org.eclipse.jdt.internal.ui.dnd.BasicSelectionTransferDragAdapter.java
public class BasicSelectionTransferDragAdapter extends DragSourceAdapter implements TransferDragSourceListener { private ISelectionProvider fProvider; public BasicSelectionTransferDragAdapter(ISelectionProvider provider) { Assert.isNotNull(provider);