public class CursorListener extends DefaultFSMouseListener
| Constructor and Description |
|---|
CursorListener() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface FSMouseListeneronMouseOver in class DefaultFSMouseListenerpanel - the panel where the box is displayedbox - the box the mouse has just moved overCopyright © 2017. All rights reserved.