Class Tooltips.HtmlPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
ai.attackframework.tools.burp.ui.text.Tooltips.HtmlPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Enclosing class:
Tooltips

public static final class Tooltips.HtmlPanel extends JPanel
JPanel variant whose JToolTip is configured to render HTML so callers can pass tooltips produced by Tooltips.htmlRaw(String...) / Tooltips.html(String...). Plain JPanel produces a default JToolTip without the html.disable=FALSE client property, which causes Swing to render HTML markup as literal text.
See Also: