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

Method getLastName

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

Returns the name of the last file opened by the user using a file open or file save dialog, or using drag and drop. Returns null if the users has not opened a file.

()

Source from the content-addressed store, hash-verified

294 using a file open or file save dialog, or using drag and drop.
295 Returns null if the users has not opened a file. */
296 public static String getLastName() {
297 return lastName;
298 }
299
300 /** Sets the name of the last file opened by the user. */
301 public static void setLastName(String name) {

Callers 2

doFileMethod · 0.95
nameWithoutExtensionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected