MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / openURL

Method openURL

ij/src/main/java/ij/plugin/DragAndDrop.java:194–198  ·  view source on GitHub ↗

Open a URL.

(String url)

Source from the content-addressed store, hash-verified

192
193 /** Open a URL. */
194 private void openURL(String url) {
195 if (IJ.debugMode) IJ.log("DragAndDrop.openURL: "+url);
196 if (url!=null)
197 IJ.open(url);
198 }
199
200 /** Open a file. If it's a directory, ask to open all images as a sequence in a stack or individually. */
201 @AstroImageJ(reason = "Skip Folder Opener dialog in some cases; Set FolderOpener directory", modified = true)

Callers 1

runMethod · 0.95

Calls 2

logMethod · 0.95
openMethod · 0.95

Tested by

no test coverage detected