Class DropTarget.DropTargetAutoScroller
java.lang.Object
java.awt.dnd.DropTarget.DropTargetAutoScroller
- All Implemented Interfaces:
- ActionListener,- EventListener
- Enclosing class:
- DropTarget
this protected nested class implements autoscrolling
- Since:
- 1.2
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedconstruct a DropTargetAutoScroller
- 
Method SummaryModifier and TypeMethodDescriptionvoidcause autoscroll to occurprotected voidstop()cause autoscrolling to stopprotected voidupdateLocation(Point newLocn) cause autoscroll to occur
- 
Constructor Details- 
DropTargetAutoScroller
 
- 
- 
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
 
 
-