Package burp.api.montoya.ui.swing
Interface SwingUtils
public interface SwingUtils
This interface gives you access to swing utilities.
-
Method Summary
Modifier and TypeMethodDescriptioncolorForHighLight
(HighlightColor highlightColor) Convert a highlight color to a java color.windowForComponent
(Component component) Retrieve the top-levelWindow
containing the supplied component.
-
Method Details
-
suiteFrame
Frame suiteFrame()- Returns:
- the main Burp suite frame.
-
windowForComponent
-
colorForHighLight
Convert a highlight color to a java color.- Parameters:
highlightColor
- theHighlightColor
- Returns:
- the java color for the highlight color.
-