java.awt.dnd

接口
异常
java.lang.Object
  继承者 java.awt.dnd.DropTarget.DropTargetAutoScroller
所有已实现的接口:
ActionListener, EventListener
正在封闭类:
DropTarget

protected static class DropTarget.DropTargetAutoScroller
     
extends Object
implements ActionListener

此受保护的嵌套类实现自动滚动


构造方法摘要
protected DropTarget.DropTargetAutoScroller(Component c, Point p)
          构造一个 DropTargetAutoScroller
 
方法摘要
 void actionPerformed(ActionEvent e)
          导致发生自动滚动
protected  void stop()
          导致停止自动滚动
protected  void updateLocation(Point newLocn)
          导致发生自动滚动
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DropTarget.DropTargetAutoScroller

protected DropTarget.DropTargetAutoScroller(Component c,
                                            Point p)
构造一个 DropTargetAutoScroller

参数:
c - Component
p - Point
方法详细信息

updateLocation

protected void updateLocation(Point newLocn)
导致发生自动滚动

参数:
newLocn - Point

stop

protected void stop()
导致停止自动滚动


actionPerformed

public void actionPerformed(ActionEvent e)
导致发生自动滚动

指定者:
接口 ActionListener 中的 actionPerformed
参数:
e - ActionEvent