Searched refs:DragSourceListener (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDnDEventMulticaster.java43 implements DragSourceListener, DragSourceMotionListener {
66 ((DragSourceListener)a).dragEnter(dsde);
67 ((DragSourceListener)b).dragEnter(dsde);
77 ((DragSourceListener)a).dragOver(dsde);
78 ((DragSourceListener)b).dragOver(dsde);
88 ((DragSourceListener)a).dropActionChanged(dsde);
89 ((DragSourceListener)b).dropActionChanged(dsde);
99 ((DragSourceListener)a).dragExit(dse);
100 ((DragSourceListener)b).dragExit(dse);
110 ((DragSourceListener)
[all...]
H A DDragSourceAdapter.java35 * <code>DragSourceListener</code> interface, you have to define all of
51 * @see DragSourceListener
58 implements DragSourceListener, DragSourceMotionListener {
H A DDragSourceListener.java31 * The <code>DragSourceListener</code> defines the
49 public interface DragSourceListener extends EventListener { interface in inherits:EventListener
H A DDragSource.java271 * of the drag, the <code>DragSourceListener</code>,
283 * @param dsl the <code>DragSourceListener</code>
298 DragSourceListener dsl,
333 * of the drag, the <code>DragSourceListener</code>,
343 * @param dsl the <code>DragSourceListener</code>
356 DragSourceListener dsl,
370 * the <code>DragSourceListener</code>.
381 * @param dsl the <code>DragSourceListener</code>
395 DragSourceListener dsl) throws InvalidDnDOperationException {
405 * of the drag, and the <code>DragSourceListener</cod
[all...]
H A DDragSourceContext.java50 * {@linkplain DragSourceListener DragSourceListeners}
55 * implements the <code>DragSourceListener</code> and
84 * @see DragSourceListener
91 implements DragSourceListener, DragSourceMotionListener, Serializable {
134 * <code>DragSourceListener</code> to use during the Drag and Drop
154 * If <code>DragSourceListener</code> is <code>null</code> no exception
167 * @param dsl the <code>DragSourceListener</code>
184 DragSourceListener dsl) {
298 * Add a <code>DragSourceListener</code> to this
300 * If a <code>DragSourceListener</cod
[all...]
H A DDragGestureEvent.java243 * and the <code>DragSourceListener</code> to use.
252 * @param dsl The source's DragSourceListener
261 public void startDrag(Cursor dragCursor, Transferable transferable, DragSourceListener dsl) throws InvalidDnDOperationException {
270 * the <code>DragSourceListener</code> to use.
281 * @param dsl The source's DragSourceListener
290 public void startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl) throws InvalidDnDOperationException {
/openjdk7/jdk/test/java/awt/dnd/Button2DragTest/
H A DButton2DragTest.java65 final DragSourceListener dragSourceListener = new DragSourceAdapter() {
/openjdk7/jdk/test/java/awt/xembed/server/
H A DJavaClient.java72 final DragSourceListener dsl = new DragSourceAdapter() {
H A DTestXEmbedServer.java76 final DragSourceListener dsl = new DragSourceAdapter() {
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DDnDSource.java37 DragSourceListener {
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DDnDSource.java37 DragSourceListener {
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DDnDSource.java41 DragSourceListener {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java644 * @see java.awt.dnd.DragGestureEvent#startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl)
651 * @see java.awt.dnd.DragGestureEvent#startDrag(Cursor dragCursor, Image dragImage, Point imageOffset, Transferable transferable, DragSourceListener dsl)
1581 private static class DragHandler implements DragGestureListener, DragSourceListener {
1613 // --- DragSourceListener methods -----------------------------------

Completed in 53 milliseconds