public class CursorListener extends DefaultFSMouseListener
| 构造器和说明 |
|---|
CursorListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onMouseOver(BasicPanel panel,
Box box)
Sent when the mouse moves over a Box in the render tree.
|
onMouseDragged, onMouseOut, onMousePressed, onMouseUp, resetpublic void onMouseOver(BasicPanel panel, Box box)
onMouseOver 在接口中 FSMouseListeneronMouseOver 在类中 DefaultFSMouseListenerpanel - the panel where the box is displayedbox - the box the mouse has just moved overCopyright © 2019. All Rights Reserved.