MCPcopy Index your code
hub / github.com/XF-FS/APIKit / actionPerformed

Method actionPerformed

src/main/java/burp/ContextMenu.java:42–51  ·  view source on GitHub ↗
(ActionEvent arg0)

Source from the content-addressed store, hash-verified

40 TargetAPIScan2.addActionListener(new ActionListener() {
41
42 @Override
43 public void actionPerformed(ActionEvent arg0) {
44 try {
45 TargetAPIConfigPanel panel = new TargetAPIConfigPanel();
46 BurpExtender.getCallbacks().customizeUiComponent(panel);
47 panel.setVisible(true);
48 } catch (Exception e) {
49 e.printStackTrace(BurpExtender.getStderr());
50 }
51 }
52 });
53 menuItemList.add(AutoAPIScan);
54 menuItemList.add(TargetAPIScan2);

Callers

nothing calls this directly

Calls 2

getCallbacksMethod · 0.95
getStderrMethod · 0.95

Tested by

no test coverage detected