Class Tooltips
java.lang.Object
ai.attackframework.tools.burp.ui.text.Tooltips
Shared tooltip helpers so panels use consistent formatting.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic final classstatic final classstatic final classJPanelvariant whoseJToolTipis configured to render HTML so callers can pass tooltips produced byhtmlRaw(String...)/html(String...).static final classstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends JComponent>
Tstatic voidConfigures the shared Swing tooltip manager for hover-friendly behavior.static JToolTipcreateHtmlToolTip(JComponent owner) static StringescapeHtml(String value) static Stringstatic Stringstatic StringhtmlWithSource(String description, String source) Formats a description/source tooltip pair.static JLabelstatic StringtextWithSource(String description, String source)
-
Method Details
-
createHtmlToolTip
-
apply
-
label
-
html
-
htmlRaw
-
htmlWithSource
Formats a description/source tooltip pair.Short values stay on the compact single-paragraph layout, while longer values are split into labeled
DescriptionandSourcesections so field tooltips remain readable in Swing's constrained popup width. -
textWithSource
-
escapeHtml