Searched refs:autoscroll (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DAutoscroll.java72 * notify the <code>Component</code> to autoscroll
78 public void autoscroll(Point cursorLocn); method in interface:Autoscroll
H A DDropTarget.java678 * update the geometry of the autoscroll region
700 * cause autoscroll to occur
724 * cause autoscroll to occur
733 autoScroll.autoscroll(locn);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java1318 * Update the geometry of the autoscroll region. The geometry is
1327 * autoscroll will not occur in that direction.
1356 * Perform an autoscroll operation. This is implemented to scroll by the
1358 * cursor is in a corner of the autoscroll region, more than one axis will
1361 private void autoscroll(JComponent c, Point pos) { method in class:TransferHandler.DropHandler
1419 * The timer fired, perform autoscroll if the pointer is within the
1420 * autoscroll region.
1427 autoscroll((JComponent)component, lastPosition);
1498 // no autoscroll

Completed in 42 milliseconds