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()
因为autoscrolling停止
|
protected void |
updateLocation(Point newLocn)
因为自动发生
|
protected void updateLocation(Point newLocn)
newLocn -
Point
protected void stop()
public void actionPerformed(ActionEvent e)
actionPerformed 接口
ActionListener
e -
ActionEvent
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.