Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.swt.dnd.DragSourceListener

Packages that use DragSourceListener
org.eclipse.jface.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts. 
org.eclipse.ui.navigator Provides the Common Navigator framework. 
org.eclipse.ui.views.navigator Provides the standard Resource Navigator view which presents the tree of resources in the workspace. 
 

Uses of DragSourceListener in org.eclipse.jface.util
 

Subinterfaces of DragSourceListener in org.eclipse.jface.util
 interface TransferDragSourceListener
          A TransferDragSourceListener is a DragSourceListener that can handle one type of SWT Transfer.
 

Classes in org.eclipse.jface.util that implement DragSourceListener
 class DelegatingDragAdapter
          A DelegatingDragAdapter is a DragSourceListener that maintains and delegates to a set of TransferDragSourceListeners.
 

Uses of DragSourceListener in org.eclipse.jface.viewers
 

Methods in org.eclipse.jface.viewers with parameters of type DragSourceListener
 void StructuredViewer. addDragSupport (int operations, Transfer[] transferTypes, DragSourceListener listener)
          Adds support for dragging items out of this viewer via a user drag-and-drop operation.
 

Uses of DragSourceListener in org.eclipse.swt.dnd
 

Classes in org.eclipse.swt.dnd that implement DragSourceListener
 class DragSourceAdapter
          This adapter class provides default implementations for the methods described by the DragSourceListener interface.
 class DragSourceEffect
          This class provides default implementations to display a drag source effect during a drag and drop operation.
 class TableDragSourceEffect
          This class provides default implementations to display a source image when a drag is initiated from a Table.
 class TreeDragSourceEffect
          This class provides default implementations to display a source image when a drag is initiated from a Tree.
 

Methods in org.eclipse.swt.dnd that return DragSourceListener
  DragSourceListener[] DragSource. getDragListeners ()
          Returns an array of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
 

Methods in org.eclipse.swt.dnd with parameters of type DragSourceListener
 void DragSource. addDragListener ( DragSourceListener listener)
          Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
 void DragSource. removeDragListener ( DragSourceListener listener)
          Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
 

Uses of DragSourceListener in org.eclipse.ui.forms.widgets
 

Methods in org.eclipse.ui.forms.widgets with parameters of type DragSourceListener
 void Form. addTitleDragSupport (int operations, Transfer[] transferTypes, DragSourceListener listener)
          Adds support for dragging items out of the form title area via a user drag-and-drop operation.
 

Uses of DragSourceListener in org.eclipse.ui.navigator
 

Classes in org.eclipse.ui.navigator that implement DragSourceListener
 class CommonDragAdapter
          Provides an implementation of DragSourceAdapter which uses the extensions provided by the associated INavigatorContentService.
 

Uses of DragSourceListener in org.eclipse.ui.views.navigator
 

Classes in org.eclipse.ui.views.navigator that implement DragSourceListener
 class NavigatorDragAdapter
          Deprecated. as of 3.5, use the Common Navigator Framework classes instead
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire