Class ValidationIndicator
java.lang.Object
ai.attackframework.tools.burp.ui.text.ValidationIndicator
Shared ✓/✖ validation-indicator styling for compact inline field feedback.
The indicator keeps a fixed width so layout does not jitter when the glyph changes, prefers the field font when it can render the symbols, and otherwise falls back to a safe Dialog font.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidShows the indicator in an invalid state with the provided tooltip.static voidShows the indicator in a valid state with the provided tooltip.static voidHides the indicator while keeping sizing and font synchronized with the reference field.
-
Method Details
-
hide
Hides the indicator while keeping sizing and font synchronized with the reference field. -
good
Shows the indicator in a valid state with the provided tooltip. -
bad
Shows the indicator in an invalid state with the provided tooltip.
-