java.awt.dnd
Interface Autoscroll


public interface Autoscroll

Unsafe:


Method Summary
 void autoscroll(Point cursorLocn)
          Suppressed: notify the Component to autoscroll
 Insets getAutoscrollInsets()
          Suppressed: This method returns the Insets describing the autoscrolling region or border relative to the geometry of the implementing Component.
 

Method Detail

getAutoscrollInsets

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

This value is read once by the DropTarget upon entry of the drag Cursor into the associated Component.

Returns:
the Insets

autoscroll

public void autoscroll(Point cursorLocn)
Suppressed: notify the Component to autoscroll

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


comments?