Uses of Class
org.xhtmlrenderer.swing.BasicPanel
Packages that use BasicPanel
Package
Description
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here!
-
Uses of BasicPanel in org.xhtmlrenderer.simple
Subclasses of BasicPanel in org.xhtmlrenderer.simpleModifier and TypeClassDescriptionclassXHTMLPanel is a simple Swing component that renders valid XHTML content in a Java program. -
Uses of BasicPanel in org.xhtmlrenderer.swing
Subclasses of BasicPanel in org.xhtmlrenderer.swingModifier and TypeClassDescriptionclassScalableXHTMLPanel extendsXHTMLPanelto allow zoom on output.Methods in org.xhtmlrenderer.swing with parameters of type BasicPanelModifier and TypeMethodDescriptionvoidLinkListener.linkClicked(BasicPanel panel, String uri) Utility method to request the panel navigate to the given URI.voidDefaultFSMouseListener.onMouseDragged(BasicPanel panel, MouseEvent e) voidFSMouseListener.onMouseDragged(BasicPanel panel, MouseEvent e) Sent when the mouse button is held and the mouse is moved.voidDefaultFSMouseListener.onMouseOut(BasicPanel panel, Box box) voidFSMouseListener.onMouseOut(BasicPanel panel, Box box) Sent when the mouse leaves a Box in the render tree after entering it.voidHoverListener.onMouseOut(BasicPanel panel, Box box) voidCursorListener.onMouseOver(BasicPanel panel, Box box) voidDefaultFSMouseListener.onMouseOver(BasicPanel panel, Box box) voidFSMouseListener.onMouseOver(BasicPanel panel, Box box) Sent when the mouse moves over a Box in the render tree.voidHoverListener.onMouseOver(BasicPanel panel, Box box) voidDefaultFSMouseListener.onMousePressed(BasicPanel panel, MouseEvent e) voidFSMouseListener.onMousePressed(BasicPanel panel, MouseEvent e) Sent when the mouse button is pressed.voidDefaultFSMouseListener.onMouseUp(BasicPanel panel, Box box) voidFSMouseListener.onMouseUp(BasicPanel panel, Box box) Sent when the mouse button is released while hovering over a Box in the render tree.voidLinkListener.onMouseUp(BasicPanel panel, Box box) Triggers the click on a box.Constructors in org.xhtmlrenderer.swing with parameters of type BasicPanelModifierConstructorDescriptionMouseTracker(BasicPanel panel) Instantiates a MouseTracker to listen to mouse events for the given panel.