protected static class DropTarget.DropTargetAutoScroller extends Object implements ActionListener
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DropTargetAutoScroller(Component c,
                      Point p)
construct a DropTargetAutoScroller 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
actionPerformed(ActionEvent e)
cause autoscroll to occur 
 | 
protected void | 
stop()
cause autoscrolling to stop 
 | 
protected void | 
updateLocation(Point newLocn)
cause autoscroll to occur 
 | 
protected void updateLocation(Point newLocn)
newLocn - the Pointprotected void stop()
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - the ActionEvent Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.