org.eclipse.swt.dnd

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.swt.dnd 
org.eclipse.swt.dnd
Java Source File NameTypeComment
ByteArrayTransfer.javaClass The class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
Clipboard.javaClass The Clipboard provides a mechanism for transferring data from one application to another or within an application.
DND.javaClass Class DND contains all the constants used in defining a DragSource or a DropTarget.
DNDEvent.javaClass
DNDListener.javaClass
DragSource.javaClass DragSource defines the source object for a drag and drop transfer.

IMPORTANT: This class is not intended to be subclassed.

A drag source is the object which originates a drag and drop operation.

DragSourceAdapter.javaClass This adapter class provides default implementations for the methods described by the DragSourceListener interface.
DragSourceEvent.javaClass The DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
DragSourceListener.javaInterface The DragSourceListener class provides event notification to the application for DragSource events.

When the user drops data on a DropTarget, the application which defines the DragSource must provide the dropped data by implementing dragSetData.

DragUnderEffect.javaClass
DropTarget.javaClass Class DropTarget defines the target object for a drag and drop transfer. IMPORTANT: This class is not intended to be subclassed.

This class identifies the Control over which the user must position the cursor in order to drop the data being transferred.

DropTargetAdapter.javaClass This adapter class provides default implementations for the methods described by the DropTargetListener interface.
DropTargetEvent.javaClass The DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
DropTargetListener.javaInterface The DropTargetListener class provides event notification to the application for DropTarget events.

As the user moves the cursor into, over and out of a Control that has been designated as a DropTarget, events indicate what operation can be performed and what data can be transferred if a drop where to occur at that point. The application can respond to these events and change the type of data that will be dropped by modifying event.currentDataType, or change the operation that will be performed by modifying the event.detail field or stop any drop from happening on the current target by setting the event.detail field to DND_DROP_NONE.

When the user causes a drop to happen by releasing the mouse over a valid drop target, the application has one last chance to change the data type of the drop through the DropAccept event.

FileTransfer.javaClass The class FileTransfer provides a platform specific mechanism for converting a list of files represented as a java String[] to a platform specific representation of the data and vice versa.
HTMLTransfer.javaClass The class HTMLTransfer provides a platform specific mechanism for converting text in HTML format represented as a java String to a platform specific representation of the data and vice versa.
NoDragUnderEffect.javaClass
RTFTransfer.javaClass The class RTFTransfer provides a platform specific mechanism for converting text in RTF format represented as a java String to a platform specific representation of the data and vice versa.
TableDragUnderEffect.javaClass
TextTransfer.javaClass The class TextTransfer provides a platform specific mechanism for converting plain text represented as a java String to a platform specific representation of the data and vice versa.
Transfer.javaClass Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
TransferData.javaClass The TransferData class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.

As an application writer, you do not need to know the specifics of TransferData.

TreeDragUnderEffect.javaClass
URLTransfer.javaClass The class URLTransfer provides a platform specific mechanism for converting text in URL format represented as a java String[] to a platform specific representation of the data and vice versa.
ww_w.___j___av___a___2s___._c_o___m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.