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

org.eclipse.swt.dnd
Class DragSourceAdapter


java.lang.Object
  extended by 
org.eclipse.swt.dnd.DragSourceAdapter
All Implemented Interfaces:
EventListener, DragSourceListener, org.eclipse.swt.internal.SWTEventListener
Direct Known Subclasses:
CommonDragAdapter, DragSourceEffect, NavigatorDragAdapter

public class DragSourceAdapter
extends Object
implements DragSourceListener

This adapter class provides default implementations for the methods described by the DragSourceListener interface.

Classes that wish to deal with DragSourceEvents can extend this class and override only the methods which they are interested in.

See Also:
DragSourceListener, DragSourceEvent, Sample code and further information

Constructor Summary
DragSourceAdapter ()
           
 
Method Summary
 void dragFinished ( DragSourceEvent event)
          This implementation of dragFinished does nothing.
 void dragSetData ( DragSourceEvent event)
          This implementation of dragSetData does nothing.
 void dragStart ( DragSourceEvent event)
          This implementation of dragStart permits the drag operation to start.
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragSourceAdapter

public DragSourceAdapter()
Method Detail

dragStart

public void dragStart(
DragSourceEvent event)
This implementation of dragStart permits the drag operation to start. For additional information see DragSourceListener.dragStart.

Specified by:
dragStart in interface DragSourceListener
Parameters:
event - the information associated with the drag start event
See Also:
DragSourceEvent

dragFinished

public void dragFinished(
DragSourceEvent event)
This implementation of dragFinished does nothing. For additional information see DragSourceListener.dragFinished.

Specified by:
dragFinished in interface DragSourceListener
Parameters:
event - the information associated with the drag finished event
See Also:
DragSourceEvent

dragSetData

public void dragSetData(
DragSourceEvent event)
This implementation of dragSetData does nothing. For additional information see DragSourceListener.dragSetData.

Specified by:
dragSetData in interface DragSourceListener
Parameters:
event - the information associated with the drag set data event
See Also:
DragSourceEvent

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