MCPcopy Create free account
hub / github.com/10cks/fofaEX / actionPerformed

Method actionPerformed

src/main/java/plugins/FofaPlugin.java:83–90  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

81 // 执行按钮点击事件
82 executeButton.addActionListener(new ActionListener() {
83 @Override
84 public void actionPerformed(ActionEvent e) {
85 // 清空文本区域
86 resultArea.setText("");
87 String command = commandField.getText().trim();
88 String endcount = endcountField.getText().trim();
89 executeCommand(command, endcount, resultArea);
90 }
91 });
92
93 // 选择文件按钮事件

Callers

nothing calls this directly

Calls 2

executeCommandMethod · 0.95
exportTableToExcelMethod · 0.95

Tested by

no test coverage detected