December 1999
Intermediate to advanced
816 pages
20h 27m
English
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.
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.
public Insets getAutoscrollInsets() public void autoscroll(Point cursorLocn)
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. ...
Read now
Unlock full access