Class ConfigDestinationPanel

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

public final class ConfigDestinationPanel extends Object
Builds the "Destinations" section panel used by ConfigPanel.

Components are owned by ConfigPanel and injected to keep a single source of state. The section has one shared status box, used for OpenSearch test-connection results.

  • Constructor Details

  • Method Details

    • build

      public JPanel build()
      Builds the Destination section containing Files and OpenSearch controls.

      Caller must invoke on the EDT. Layout keeps all Files controls on one row and places the shared destination status box beneath the OpenSearch row.

      Returns:
      assembled panel with destination controls and the shared status area