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

Method selectOutput

core/src/processing/core/PApplet.java:6544–6546  ·  view source on GitHub ↗

See selectInput() for details. @webref output:files @param prompt message to the user @param callback name of the method to be called when the selection is made

(String prompt, String callback)

Source from the content-addressed store, hash-verified

6542 * @param callback name of the method to be called when the selection is made
6543 */
6544 public void selectOutput(String prompt, String callback) {
6545 selectOutput(prompt, callback, null);
6546 }
6547
6548
6549 public void selectOutput(String prompt, String callback, File file) {

Callers 1

runMethod · 0.95

Calls 1

selectImplMethod · 0.95

Tested by

no test coverage detected