Package burp.api.montoya.ui.swing
Interface SwingUtils
-
public interface SwingUtilsThis interface gives you access to swing utilities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.FramesuiteFrame()java.awt.WindowwindowForComponent(java.awt.Component component)Retrieve the top-levelWindowcontaining the supplied component.
-
-
-
Method Detail
-
suiteFrame
java.awt.Frame suiteFrame()
- Returns:
- the main Burp suite frame.
-
windowForComponent
java.awt.Window windowForComponent(java.awt.Component component)
Retrieve the top-levelWindowcontaining the supplied component.- Parameters:
component- the component.- Returns:
- the top-level
Windowcontaining the component.
-
-