()
| 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 |
no test coverage detected