java.lang.Object
java.awt.dnd.DropTarget.DropTargetAutoScroller
- 所有已实现的接口:
-
ActionListener,EventListener
- 封装类:
-
DropTarget
这个受保护的嵌套类实现了自动滚动
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected构造一个DropTargetAutoScroller -
Method Summary
Modifier and TypeMethodDescriptionvoid导致自动滚动发生protected voidstop()导致自动滚动停止protected voidupdateLocation(Point newLocn) 导致自动滚动发生
-
Constructor Details
-
DropTargetAutoScroller
构造一个DropTargetAutoScroller- 参数:
-
c-Component -
p-Point
-
-
Method Details
-
updateLocation
导致自动滚动发生- 参数:
-
newLocn-Point
-
stop
protected void stop()导致自动滚动停止 -
actionPerformed
导致自动滚动发生- 指定者:
-
actionPerformed在接口ActionListener - 参数:
-
e-ActionEvent
-