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

Method setLastName

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

Sets the name of the last file opened by the user.

(String name)

Source from the content-addressed store, hash-verified

299
300 /** Sets the name of the last file opened by the user. */
301 public static void setLastName(String name) {
302 lastName = name;
303 }
304
305}

Callers 9

openMethod · 0.95
runMacroFileMethod · 0.95
setDirAndNameMethod · 0.95
setDirAndNameMethod · 0.95
openFileMethod · 0.95
getFileNameMethod · 0.95
openImageMethod · 0.95
updateImagePathMethod · 0.95
updatePlotPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected