Uses of Interface
org.xhtmlrenderer.swing.FSMouseListener
-
Packages that use FSMouseListener Package Description org.xhtmlrenderer.swing -
-
Uses of FSMouseListener in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FSMouseListener Modifier and Type Class 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 aBasicPanel
.class
LinkListener
A LinkListener is used to respond to a user clicking Box elements in aBasicPanel
, in particular to handle anchors and navigation.Methods in org.xhtmlrenderer.swing with parameters of type FSMouseListener Modifier and Type Method 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)
-