MCPcopy Index your code
hub / github.com/processing/processing / actionPerformed

Method actionPerformed

app/src/processing/app/Base.java:814–816  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

812 JMenuItem item = new JMenuItem(Language.text("menu.tools.add_tool"));
813 item.addActionListener(new ActionListener() {
814 public void actionPerformed(ActionEvent e) {
815 ContributionManager.openTools();
816 }
817 });
818 toolsMenu.add(item);
819 }

Callers

nothing calls this directly

Calls 9

openToolsMethod · 0.95
logeMethod · 0.95
handleOpenMethod · 0.95
showWarningMethod · 0.95
getModifiersMethod · 0.80
runMethod · 0.65
statusErrorMethod · 0.65
getMenuTitleMethod · 0.65
printStackTraceMethod · 0.45

Tested by

no test coverage detected