Package | Description |
---|---|
org.xhtmlrenderer.swing |
Modifier and Type | Class and Description |
---|---|
class |
CursorListener
A CursorListener is used to modify the current cursor in response to mouse events over the current
document.
|
class |
DefaultFSMouseListener
Default, no-op implementation of an FSMouseListener.
|
class |
HoverListener
A HoverListener is used to respond to a mouse hovering over a Box in a
BasicPanel . |
class |
LinkListener
A LinkListener is used to respond to a user clicking Box elements in a
BasicPanel ,
in particular to handle anchors and navigation. |
Modifier and Type | Method and Description |
---|---|
void |
MouseTracker.addListener(FSMouseListener l)
Adds a listener to receive callbacks on mouse events.
|
void |
BasicPanel.addMouseTrackingListener(FSMouseListener l) |
void |
MouseTracker.removeListener(FSMouseListener l)
Removes the given listener, after which it will no longer receive callbacks on mouse events.
|
void |
BasicPanel.removeMouseTrackingListener(FSMouseListener l) |