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 classCursorListenerA CursorListener is used to modify the current cursor in response to mouse events over the current document.classDefaultFSMouseListenerDefault, no-op implementation of an FSMouseListener.classHoverListenerA HoverListener is used to respond to a mouse hovering over a Box in aBasicPanel.classLinkListenerA 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 that return types with arguments of type FSMouseListener Modifier and Type Method Description List<FSMouseListener>MouseTracker. getListeners()Returns a (new) list of all listeners currently tracked for receiving events.List<FSMouseListener>BasicPanel. getMouseTrackingListeners()Methods in org.xhtmlrenderer.swing with parameters of type FSMouseListener Modifier and Type Method Description voidMouseTracker. addListener(FSMouseListener l)Adds a listener to receive callbacks on mouse events.voidBasicPanel. addMouseTrackingListener(FSMouseListener l)voidMouseTracker. removeListener(FSMouseListener l)Removes the given listener, after which it will no longer receive callbacks on mouse events.voidBasicPanel. removeMouseTrackingListener(FSMouseListener l)
-