|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xhtmlrenderer.swing.DefaultFSMouseListener
org.xhtmlrenderer.swing.CursorListener
public class CursorListener
A CursorListener is used to modify the current cursor in response to mouse events over the current document. This implementation changes the cursor according to the cursor property that applies to the Box on which the mouse is located.
Constructor Summary | |
---|---|
CursorListener()
|
Method Summary | |
---|---|
void |
onMouseOver(BasicPanel panel,
Box box)
Sent when the mouse moves over a Box in the render tree. |
Methods inherited from class org.xhtmlrenderer.swing.DefaultFSMouseListener |
---|
onMouseDragged, onMouseOut, onMousePressed, onMouseUp, reset |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CursorListener()
Method Detail |
---|
public void onMouseOver(BasicPanel panel, Box box)
onMouseOver
in interface FSMouseListener
onMouseOver
in class DefaultFSMouseListener
panel
- the panel where the box is displayedbox
- the box the mouse has just moved over
|
Flying Saucer Project Release ${app.version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |