com.samskivert.swing.dnd
Interface AutoscrollingDropTarget
- All Superinterfaces:
- DropTarget
public interface AutoscrollingDropTarget
- extends DropTarget
An extension of DropTarget that allows its associated component to be
automatically scrolled during DnD operations. So easy!
|
Method Summary |
Dimension |
getAutoscrollBorders()
Return a dimension that represents the horizontal and vertical
'sensitive' area around the component's bounds. |
getAutoscrollBorders
Dimension getAutoscrollBorders()
- Return a dimension that represents the horizontal and vertical
'sensitive' area around the component's bounds. When the mouse leaves
the component and is inside the sensitive area, the component is
autoscrolled.
Copyright © 2000-2008 Michael Bayne.
All Rights Reserved.