Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt.dnd
Class DropTarget.DropTargetAutoScroller  view DropTarget.DropTargetAutoScroller download DropTarget.DropTargetAutoScroller.java

java.lang.Object
  extended byjava.awt.dnd.DropTarget.DropTargetAutoScroller
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
DropTarget

protected static class DropTarget.DropTargetAutoScroller
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
private  java.awt.Component component
           
private  java.awt.Point point
           
 
Constructor Summary
protected DropTarget.DropTargetAutoScroller(java.awt.Component c, java.awt.Point p)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
protected  void stop()
           
protected  void updateLocation(java.awt.Point newLocn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

component

private java.awt.Component component

point

private java.awt.Point point
Constructor Detail

DropTarget.DropTargetAutoScroller

protected DropTarget.DropTargetAutoScroller(java.awt.Component c,
                                            java.awt.Point p)
Method Detail

updateLocation

protected void updateLocation(java.awt.Point newLocn)

stop

protected void stop()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Description copied from interface: java.awt.event.ActionListener
This method is invoked when an action occurs.

Specified by:
actionPerformed in interface java.awt.event.ActionListener