protected static class DropTarget.DropTargetAutoScroller extends Object implements ActionListener
Modifier | Constructor and Description |
---|---|
protected |
DropTargetAutoScroller(Component c, Point p)
构建一个DropTargetAutoScroller
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
导致自动滚屏发生
|
protected void |
stop()
导致自动滚动停止
|
protected void |
updateLocation(Point newLocn)
导致自动滚屏发生
|
protected void updateLocation(Point newLocn)
newLocn
-
Point
protected void stop()
public void actionPerformed(ActionEvent e)
actionPerformed
在界面
ActionListener
e
-
ActionEvent