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

Method openLink

core/src/processing/core/PSurface.java:157–157  ·  view source on GitHub ↗

@param url the link to open @return false if unable to find a viable way to open

(String url)

Source from the content-addressed store, hash-verified

155 * @return false if unable to find a viable way to open
156 */
157 public boolean openLink(String url);
158
159 public void selectInput(String prompt, String callback,
160 File file, Object callbackObject);

Callers 1

linkMethod · 0.65

Implementers 2

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.

Calls

no outgoing calls

Tested by

no test coverage detected