Home
last modified time | relevance | path

Searched refs:runOnEDTIfAvail (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/jogamp-jogl/jogl/src/test/jogamp/newt/
H A DWindowImplAccess.java39 winImpl.runOnEDTIfAvail(true, new Runnable() { in windowDestroyNotify()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/awt/event/
H A DAWTParentWindowAdapter.java121 newtChild.runOnEDTIfAvail(false, new Runnable() { in componentResized()
175 newtChild.runOnEDTIfAvail(false, new Runnable() { in hierarchyChanged()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/driver/windows/
H A DWindowDriver.java281 this.runOnEDTIfAvail(true, new Runnable() { in setPointerVisibleImpl()
294 this.runOnEDTIfAvail(true, new Runnable() { in confinePointerImpl()
308 this.runOnEDTIfAvail(true, new Runnable() { in warpPointerImpl()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/jogamp/newt/
H A DDisplayImpl.java123 runOnEDTIfAvail(true, new Runnable() { in createPointerIcon()
203 runOnEDTIfAvail(true, new Runnable() { in createPointerIcon()
354 runOnEDTIfAvail(true, new Runnable() { in createNative()
428 public void runOnEDTIfAvail(final boolean wait, final Runnable task) { in runOnEDTIfAvail() method in DisplayImpl
H A DWindowImpl.java1330 runOnEDTIfAvail(wait, new VisibleAction(visible)); in setVisible()
1522 runOnEDTIfAvail(true, destroyAction); in destroy()
1920 runOnEDTIfAvail(true, reparentAction); in reparentWindow()
1989 runOnEDTIfAvail(true, new DecorationAction(value)); in setUndecorated()
2051 runOnEDTIfAvail(true, new AlwaysOnTopAction(value)); in setAlwaysOnTop()
2101 runOnEDTIfAvail(true, new AlwaysOnBottomAction(value)); in setAlwaysOnBottom()
2154 runOnEDTIfAvail(true, new ResizableAction(value)); in setResizable()
2201 runOnEDTIfAvail(true, new StickyAction(value)); in setSticky()
2451 runOnEDTIfAvail(true, new Runnable() { in setPointerIcon()
2911 runOnEDTIfAvail(true, new SetPositionAction(x, y)); in setPosition()
[all …]
H A DPointerIconImpl.java131 display.runOnEDTIfAvail(false, new Runnable() { in destroy()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/newt/
H A DTestCloseNewtAWT.java76 newtWindow.runOnEDTIfAvail(true, new Runnable() { in removeNotify()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/
H A DWindow.java982 void runOnEDTIfAvail(boolean wait, final Runnable task); in runOnEDTIfAvail() method
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestGLContextSurfaceLockNEWT.java110 win.runOnEDTIfAvail(true, new Runnable() { in run()
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/swt/
H A DTestSWTBug643AsyncExec.java153 newtDisplay.runOnEDTIfAvail(false, newtAsyncAction); in run()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/swt/
H A DGLCanvas.java496 runOnEDTIfAvail(true, isValidAndVisibleOnEDTAction); in isValidAndVisibleOnEDT()
962 private void runOnEDTIfAvail(final boolean wait, final Runnable action) { in runOnEDTIfAvail() method in GLCanvas
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/opengl/
H A DGLWindow.java819 public final void runOnEDTIfAvail(final boolean wait, final Runnable task) { in runOnEDTIfAvail() method in GLWindow
820 window.runOnEDTIfAvail(wait, task); in runOnEDTIfAvail()