MCPcopy
hub / github.com/arduino/Arduino / actionPerformed

Method actionPerformed

app/src/processing/app/Base.java:932–939  ·  view source on GitHub ↗
(ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

930 JMenuItem recentSketchMenuItem = new JMenuItem(recentSketch.getParentFile().getName());
931 recentSketchMenuItem.addActionListener(new ActionListener() {
932 @Override
933 public void actionPerformed(ActionEvent actionEvent) {
934 try {
935 handleOpen(recentSketch);
936 } catch (Exception e) {
937 e.printStackTrace();
938 }
939 }
940 });
941 recentSketchesMenuItems.add(recentSketchMenuItem);
942 }

Callers

nothing calls this directly

Calls 15

handleOpenMethod · 0.95
handleOpenPromptMethod · 0.95
onBoardOrPortChangeMethod · 0.95
rebuildImportMenuMethod · 0.95
rebuildExamplesMenuMethod · 0.95
showWarningMethod · 0.95
getSrcFolderMethod · 0.95
getPayloadMethod · 0.95
openBoardsManagerMethod · 0.95
selectBoardMethod · 0.95
rebuildProgrammerMenuMethod · 0.95

Tested by

no test coverage detected