MCPcopy Create free account
hub / github.com/benfry/processing4 / actionPerformed

Method actionPerformed

app/src/processing/app/ui/Editor.java:1056–1059  ·  view source on GitHub ↗
(ActionEvent e)

Source from the content-addressed store, hash-verified

1054 }
1055
1056 @Override
1057 public void actionPerformed(ActionEvent e) {
1058 handleCut();
1059 }
1060
1061 public boolean canDo() {
1062 return textarea.isSelectionActive();

Callers

nothing calls this directly

Calls 1

handleCutMethod · 0.80

Tested by

no test coverage detected