java.lang.Object
java.awt.dnd.DropTarget.DropTargetAutoScroller
- All Implemented Interfaces:
- ActionListener,- EventListener
- Enclosing class:
- DropTarget
protected static class DropTarget.DropTargetAutoScroller extends Object implements ActionListener
this protected nested class implements autoscrolling
- 
Constructor SummaryConstructors Modifier Constructor Description protectedDropTargetAutoScroller(Component c, Point p)construct a DropTargetAutoScroller
- 
Method SummaryModifier and Type Method Description voidactionPerformed(ActionEvent e)cause autoscroll to occurprotected voidstop()cause autoscrolling to stopprotected voidupdateLocation(Point newLocn)cause autoscroll to occur
- 
Constructor Details- 
DropTargetAutoScrollerconstruct a DropTargetAutoScroller- Parameters:
- c- the- Component
- p- the- Point
 
 
- 
- 
Method Details- 
updateLocationcause autoscroll to occur- Parameters:
- newLocn- the- Point
 
- 
stopprotected void stop()cause autoscrolling to stop
- 
actionPerformedcause autoscroll to occur- Specified by:
- actionPerformedin interface- ActionListener
- Parameters:
- e- the- ActionEvent
 
 
-