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

Method getProperty

ij/src/main/java/ij/IJ.java:2674–2679  ·  view source on GitHub ↗

Returns the object in IJ.properties associated with 'key', or null if 'key' is not found.

(String key)

Source from the content-addressed store, hash-verified

2672 * with 'key', or null if 'key' is not found.
2673 */
2674 public static Object getProperty(String key) {
2675 if (properties==null)
2676 return null;
2677 else
2678 return properties.get(key);
2679 }
2680
2681 public static boolean statusBarProtected() {
2682 return protectStatusBar;

Callers 15

IJClass · 0.45
is64BitMethod · 0.45
getDirectoryMethod · 0.45
getClassLoaderMethod · 0.45
getStubPathMethod · 0.45
sendArgumentsMethod · 0.45
isRMIEnabledMethod · 0.45
getIntMethod · 0.45
PrefsClass · 0.45
getMethod · 0.45
loadMethod · 0.45
getImageJDirMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

mainMethod · 0.36
getBlackBoxImageMethod · 0.36