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

Method canDo

app/src/processing/app/ui/Editor.java:1372–1375  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1370 }
1371
1372 public boolean canDo() {
1373 return getToolkit().getSystemClipboard()
1374 .isDataFlavorAvailable(DataFlavor.stringFlavor);
1375 }
1376 }
1377
1378

Callers

nothing calls this directly

Calls 1

getSystemClipboardMethod · 0.80

Tested by

no test coverage detected