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

Method selectFolder

core/src/processing/core/PApplet.java:6636–6638  ·  view source on GitHub ↗

See selectInput() for details. @webref input: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

6634 * @param callback name of the method to be called when the selection is made
6635 */
6636 public void selectFolder(String prompt, String callback) {
6637 selectFolder(prompt, callback, null);
6638 }
6639
6640
6641 public void selectFolder(String prompt, String callback, File file) {

Callers 3

handleLinkMethod · 0.95
actionPerformedMethod · 0.95
handleCloseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected