Class ConfigScopePanel

java.lang.Object
ai.attackframework.tools.burp.ui.ConfigScopePanel

public final class ConfigScopePanel extends Object
Builds the "Export Scope" section panel used by ConfigPanel. Components are owned by ConfigPanel and injected to keep a single source of state.
  • Constructor Details

  • Method Details

    • build

      public JPanel build()
      Builds the Scope section UI containing header, radios, and the custom grid row.

      Caller must invoke on the EDT. Layout mirrors other sections (Sources/Destination/Control) and aligns the grid's field column with Destination (first column 150!, gap 20).

      Returns:
      assembled panel with scope controls and custom grid