Uses of Interface
org.xhtmlrenderer.swing.FSMouseListener
Packages that use FSMouseListener
-
Uses of FSMouseListener in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FSMouseListenerModifier and TypeClassDescriptionclassA CursorListener is used to modify the current cursor in response to mouse events over the current document.classDefault, no-op implementation of an FSMouseListener.classA HoverListener is used to respond to a mouse hovering over a Box in aBasicPanel.classA 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 FSMouseListenerModifier and TypeMethodDescriptionMouseTracker.getListeners()Returns a (new) list of all listeners currently tracked for receiving events.BasicPanel.getMouseTrackingListeners()Methods in org.xhtmlrenderer.swing with parameters of type FSMouseListenerModifier and TypeMethodDescriptionvoidMouseTracker.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)