protected static class

DropTarget.DropTargetAutoScroller

extends Object
implements ActionListener
java.lang.Object
   ↳ java.awt.dnd.DropTarget.DropTargetAutoScroller

Class Overview

this protected nested class implements autoscrolling

Summary

Protected Constructors
DropTarget.DropTargetAutoScroller(Component c, Point p)
construct a DropTargetAutoScroller

Public Methods
synchronized void actionPerformed(ActionEvent e)
cause autoscroll to occur

Protected Methods
void stop()
cause autoscrolling to stop
synchronized void updateLocation(Point newLocn)
cause autoscroll to occur

[Expand]
Inherited Methods
From class java.lang.Object
From interface java.awt.event.ActionListener

Protected Constructors

protected DropTarget.DropTargetAutoScroller (Component c, Point p)

construct a DropTargetAutoScroller

Parameters
c the Component
p the Point

Public Methods

public synchronized void actionPerformed (ActionEvent e)

cause autoscroll to occur

Parameters
e the ActionEvent

Protected Methods

protected void stop ()

cause autoscrolling to stop

protected synchronized void updateLocation (Point newLocn)

cause autoscroll to occur

Parameters
newLocn the Point