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

Method run

ij/src/main/java/ij/plugin/DragAndDrop.java:52–58  ·  view source on GitHub ↗
(String arg)

Source from the content-addressed store, hash-verified

50 private boolean openAsVirtualStack;
51
52 public void run(String arg) {
53 ImageJ ij = IJ.getInstance();
54 ij.setDropTarget(null);
55 new DropTarget(ij, this);
56 new DropTarget(Toolbar.getInstance(), this);
57 new DropTarget(ij.getStatusBar(), this);
58 }
59
60 @AstroImageJ(reason = "Custom Drop Action", modified = true)
61 public void drop(DropTargetDropEvent dtde) {

Callers

nothing calls this directly

Calls 9

getInstanceMethod · 0.95
getInstanceMethod · 0.95
getStatusBarMethod · 0.95
openURLMethod · 0.95
openFileMethod · 0.95
startsWithMethod · 0.80
nextMethod · 0.65
hasNextMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected