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

Method isMacOSX

ij/src/main/java/ij/IJ.java:1247–1249  ·  view source on GitHub ↗

Returns true if this machine is a Macintosh running OS X.

()

Source from the content-addressed store, hash-verified

1245
1246 /** Returns true if this machine is a Macintosh running OS X. */
1247 public static boolean isMacOSX() {
1248 return isMacintosh();
1249 }
1250
1251 /** Returns true if this machine is running Windows. */
1252 public static boolean isWindows() {

Callers 15

selectWindowMethod · 0.95
PrefsClass · 0.95
getPrefsDirMethod · 0.95
savePreferencesMethod · 0.95
loadOptionsMethod · 0.95
ImageJMethod · 0.95
keyPressedMethod · 0.95
mainMethod · 0.95
main0Method · 0.95
addMenuBarMethod · 0.95
addLutsMethod · 0.95
edPasteMethod · 0.95

Calls 1

isMacintoshMethod · 0.95

Tested by

no test coverage detected