Class ScrollPanes
java.lang.Object
ai.attackframework.tools.burp.ui.primitives.ScrollPanes
Helpers for consistent scroll pane creation and configuration.
EDT: callers must invoke on the EDT.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidStandardizes scroll speed for both axes to improve usability across panels.static JScrollPaneWraps a component in a scroll pane with consistent scrollbar policy and speed.static JScrollPaneWraps a component in a scroll pane with no horizontal scroll bar (content should wrap).
-
Method Details
-
wrap
Wraps a component in a scroll pane with consistent scrollbar policy and speed.- Parameters:
view- child component to wrap- Returns:
- configured scroll pane
-
wrapNoHorizontalScroll
Wraps a component in a scroll pane with no horizontal scroll bar (content should wrap).- Parameters:
view- child component to wrap- Returns:
- configured scroll pane
-
configureScrollSpeed
Standardizes scroll speed for both axes to improve usability across panels.- Parameters:
sp- target scroll pane
-