JavaTM Platform
Standard Ed. 6

java.awt.dnd
类 DropTarget.DropTargetAutoScroller

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

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策