- 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
这个受保护的嵌套类实现自动滚动
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protected
DropTargetAutoScroller(Component c, Point p)
构建一个DropTargetAutoScroller
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 void
actionPerformed(ActionEvent e)
导致自动滚屏发生protected void
stop()
导致自动滚动停止protected void
updateLocation(Point newLocn)
导致自动滚屏发生
-
-
-
方法详细信息
-
updateLocation
protected void updateLocation(Point newLocn)
导致自动滚屏发生- 参数
-
newLocn
-Point
-
stop
protected void stop()
导致自动滚动停止
-
actionPerformed
public void actionPerformed(ActionEvent e)
导致自动滚屏发生- Specified by:
-
actionPerformed
在接口ActionListener
- 参数
-
e
-ActionEvent
-
-