java.awt.dnd

Interface Autoscroll

public interface Autoscroll

During DnD operations it is possible that a user may wish to drop the subject of the operation on a region of a scrollable GUI control that is not currently visible to the user.

Since: 1.2

UNKNOWN: updated to 1.4

Method Summary
voidautoscroll(Point location)
Notify the Component to autoscroll
InsetsgetAutoscrollInsets()
This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component

Method Detail

autoscroll

public void autoscroll(Point location)
Notify the Component to autoscroll

Parameters: location A Point indicating the location of the cursor that triggered this operation

getAutoscrollInsets

public Insets getAutoscrollInsets()
This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component