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

Method actionPerformed

app/src/processing/app/Mode.java:471–473  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

469 item = Toolkit.newJMenuItem("Open...", 'O');
470 item.addActionListener(new ActionListener() {
471 public void actionPerformed(ActionEvent e) {
472 base.handleOpenPrompt();
473 }
474 });
475 toolbarMenu.add(item);
476

Callers

nothing calls this directly

Calls 5

showExamplesFrameMethod · 0.95
openExamplesMethod · 0.95
openLibrariesMethod · 0.95
handleOpenPromptMethod · 0.80
handleImportLibraryMethod · 0.45

Tested by

no test coverage detected