Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.dnd

Interface Autoscroll

java.lang.Object
|
+--java.awt.dnd.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:Author:

Method Summary

voidautoscroll(java.awt.Point location)

Notify the Component to autoscroll
java.awt.InsetsgetAutoscrollInsets()

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

Method Details

autoscroll

public void autoscroll(java.awt.Point location)

Notify the Component to autoscroll

Parameters:


getAutoscrollInsets

public Insets getAutoscrollInsets()

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