Flying Saucer Project Release ${app.version}

Uses of Interface
org.xhtmlrenderer.swing.FSMouseListener

Packages that use FSMouseListener
org.xhtmlrenderer.swing   
 

Uses of FSMouseListener in org.xhtmlrenderer.swing
 

Classes in org.xhtmlrenderer.swing that implement FSMouseListener
 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.
 

Methods in org.xhtmlrenderer.swing with parameters of type FSMouseListener
 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)
           
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home