| org.eclipse.pde.internal.ui.views.plugins.PluginsDragAdapter
PluginsDragAdapter | public class PluginsDragAdapter extends DragSourceAdapter (Code) | | |
Constructor Summary | |
public | PluginsDragAdapter(ISelectionProvider provider) NavigatorDragAction constructor comment. |
Method Summary | |
public void | dragSetData(DragSourceEvent event) Returns the data to be transferred in a drag and drop
operation. | public void | dragStart(DragSourceEvent event) All selection must be files or folders. |
selectionProvider | ISelectionProvider selectionProvider(Code) | | |
PluginsDragAdapter | public PluginsDragAdapter(ISelectionProvider provider)(Code) | | NavigatorDragAction constructor comment.
|
dragSetData | public void dragSetData(DragSourceEvent event)(Code) | | Returns the data to be transferred in a drag and drop
operation.
|
dragStart | public void dragStart(DragSourceEvent event)(Code) | | All selection must be files or folders.
|
|
|