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! All the classes
in this package are oriented towards ease-of-use.
-
Uses of BasicPanel in org.xhtmlrenderer.simple
Subclasses of BasicPanel in org.xhtmlrenderer.simpleModifier and TypeClassDescriptionclass
XHTMLPanel 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 TypeClassDescriptionclass
ScalableXHTMLPanel extendsXHTMLPanel
to allow zoom on output.Fields in org.xhtmlrenderer.swing declared as BasicPanelMethods in org.xhtmlrenderer.swing with parameters of type BasicPanelModifier and TypeMethodDescriptionprivate void
LinkListener.checkForLink
(BasicPanel panel, Box box) private String
LinkListener.findLink
(BasicPanel panel, Element e) void
LinkListener.linkClicked
(BasicPanel panel, String uri) Utility method to request the panel navigate to the given URI.void
DefaultFSMouseListener.onMouseDragged
(BasicPanel panel, MouseEvent e) void
FSMouseListener.onMouseDragged
(BasicPanel panel, MouseEvent e) Sent when the mouse button is held and the mouse is moved.void
DefaultFSMouseListener.onMouseOut
(BasicPanel panel, Box box) void
FSMouseListener.onMouseOut
(BasicPanel panel, Box box) Sent when the mouse leaves a Box in the render tree after entering it.void
HoverListener.onMouseOut
(BasicPanel panel, Box box) void
CursorListener.onMouseOver
(BasicPanel panel, Box box) void
DefaultFSMouseListener.onMouseOver
(BasicPanel panel, Box box) void
FSMouseListener.onMouseOver
(BasicPanel panel, Box box) Sent when the mouse moves over a Box in the render tree.void
HoverListener.onMouseOver
(BasicPanel panel, Box box) void
DefaultFSMouseListener.onMousePressed
(BasicPanel panel, MouseEvent e) void
FSMouseListener.onMousePressed
(BasicPanel panel, MouseEvent e) Sent when the mouse button is pressed.void
DefaultFSMouseListener.onMouseUp
(BasicPanel panel, Box box) void
FSMouseListener.onMouseUp
(BasicPanel panel, Box box) Sent when the mouse button is released while hovering over a Box in the render tree.void
LinkListener.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.