Tests SWTAccessor#getWindowHandle(org.eclipse.swt.widgets.Control) on a basic simple SWT window.
More...
|
| void | test () throws InterruptedException, InvocationTargetException |
| |
| int | getMaxTestNameLen () |
| |
| String | getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath) |
| |
| void | snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath) |
| | Takes a snapshot of the drawable's current front framebuffer. More...
|
| |
|
| void | init () throws InterruptedException, InvocationTargetException |
| |
| void | release () throws InterruptedException, InvocationTargetException |
| |
| void | runTest () throws InterruptedException, InvocationTargetException |
| |
Tests SWTAccessor#getWindowHandle(org.eclipse.swt.widgets.Control) on a basic simple SWT window.
Bug 1362 inspired this unit test, i.e. finding the issue of SWT >= 4.10 + GTK3.
Definition at line 66 of file TestSWTAccessor01.java.
◆ init()
| void com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01.init |
( |
| ) |
throws InterruptedException, InvocationTargetException |
|
protected |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01.main |
( |
final String |
args[] | ) |
|
|
static |
◆ release()
| void com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01.release |
( |
| ) |
throws InterruptedException, InvocationTargetException |
|
protected |
◆ runTest()
| void com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01.runTest |
( |
| ) |
throws InterruptedException, InvocationTargetException |
|
protected |
◆ startup()
| static void com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01.startup |
( |
| ) |
|
|
static |
◆ test()
| void com.jogamp.opengl.test.junit.jogl.swt.TestSWTAccessor01.test |
( |
| ) |
throws InterruptedException, InvocationTargetException |
The documentation for this class was generated from the following file: