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

Method register

ij/src/main/java/ij/IJ.java:1146–1148  ·  view source on GitHub ↗

Obsolete

(Class c)

Source from the content-addressed store, hash-verified

1144
1145 /** Obsolete */
1146 public static void register(Class c) {
1147 if (ij!=null) ij.register(c);
1148 }
1149
1150 /** Returns true if the space bar is down. */
1151 public static boolean spaceBarDown() {

Callers 15

runMethod · 0.95
showDialogMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
showDialogMethod · 0.95
miscOptionsMethod · 0.95
runMethod · 0.95
runMethod · 0.95
run2Method · 0.95
FitterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected