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

Method OpenDialog

ij/src/main/java/ij/io/OpenDialog.java:39–41  ·  view source on GitHub ↗

Displays a file open dialog with 'title' as the title.

(String title)

Source from the content-addressed store, hash-verified

37
38 /** Displays a file open dialog with 'title' as the title. */
39 public OpenDialog(String title) {
40 this(title, null);
41 }
42
43 /**
44 * Displays a file open dialog with 'title' as

Callers

nothing calls this directly

Calls 12

getOptionsMethod · 0.95
getValueMethod · 0.95
lookupPathVariableMethod · 0.95
showStatusMethod · 0.95
jOpenMethod · 0.95
getDefaultDirectoryMethod · 0.95
openMethod · 0.95
setDefaultDirectoryMethod · 0.95
decodePathMethod · 0.95
macroRunningMethod · 0.95
registerMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected