Interface SettingsPanel

All Known Subinterfaces:
SettingsPanelWithData

public interface SettingsPanel
Represents a custom settings panel displayed in Burp's Settings dialog.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Set<String>
    A set of keywords used by the Settings search function to help users find this panel.
     
  • Method Details

    • uiComponent

      JComponent uiComponent()
      Returns:
      the UI component to display in the Settings dialog.
    • keywords

      default Set<String> keywords()
      A set of keywords used by the Settings search function to help users find this panel.
      Returns:
      the set of keywords.