MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / isSupported

Method isSupported

test-swt/dorkbox/SwtProvider.java:37–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 }
36
37 @Override
38 public
39 boolean isSupported() {
40 // versions of SWT older than v4.4, are INCOMPATIBLE with us.
41 // Of note, v4.3 is the "last released" version of SWT by eclipse AND IT WILL NOT WORK!!
42 // for NEWER versions of SWT via maven, use http://maven-eclipse.github.io/maven
43 return SWT.getVersion() > 4430;
44 }
45
46 @Override
47 public

Callers 4

getMethod · 0.45
_SwingTrayMethod · 0.45
_OsxAwtTrayMethod · 0.45
_AwtTrayMethod · 0.45

Calls 1

getVersionMethod · 0.80

Tested by

no test coverage detected