MCPcopy Create free account
hub / github.com/f0ng/autoDecoder / actionPerformed

Method actionPerformed

src/burp/ui/JTableExample.java:81–84  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

79 JButton addButton = new JButton("Add");
80 addButton.addActionListener(new ActionListener() {
81 @Override
82 public void actionPerformed(ActionEvent e) {
83 addRow(null,tableModel);
84 }
85 });
86 buttonPanel.add(addButton);
87

Callers

nothing calls this directly

Calls 3

addRowMethod · 0.95
editRowMethod · 0.95
removeSelectedRowsMethod · 0.95

Tested by

no test coverage detected