java.awt.dnd Interface and Class Details

This package provides classes and interfaces to enable drag and drop between applications. Both Java and non-Java applications can be sources or targets. A Java program must be either the source or the target.

Interface Autoscroll

public abstract interface Autoscroll
						

The Autoscroll interface is used by classes that might be drop targets and have scrollable regions that might not be visible.

Methods
public Insets
								getAutoscrollInsets()
public void      autoscroll(Point cursorLocn)

Interface DragGestureListener

public abstract interface DragGestureListener
                              extends EventListener

This interface should be implemented by any class that wants to receive notification of a drag-and-drop operation being initiated. ...

Get PURE Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.