java.awt.dnd
Class DropTarget.DropTargetAutoScroller
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropTarget.DropTargetAutoScroller
protected DropTarget.DropTargetAutoScroller(Component c,
Point p)
updateLocation
protected void updateLocation(Point newLocn)
stop
protected void stop()
actionPerformed
public void actionPerformed(ActionEvent e)
- Description copied from interface:
ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
e
- the ActionEvent
that occurred