public class AwtGraphicThread extends GralGraphicThread.ImplAccess
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version
Version, history and license.
|
gralGraphicThread, log, mainWindow, sizeCharProperties, threadGuiDispatch
Modifier and Type | Method and Description |
---|---|
protected boolean |
dispatchOsEvents()
Calls the dispatch routine of the implementation graphic.
|
protected void |
graphicThreadSleep()
Forces the graphic thread to sleep and wait for any events.
|
protected void |
initGraphic()
This method should be implemented by the graphical implementation layer.
|
void |
wakeup()
This method should be implemented by the graphical base.
|
gralGraphicThread, setClosed, startThread
public static final java.lang.String version
protected boolean dispatchOsEvents()
GralGraphicThread.ImplAccess
dispatchOsEvents
in class GralGraphicThread.ImplAccess
protected void graphicThreadSleep()
GralGraphicThread.ImplAccess
GralGraphicThread.ImplAccess.wakeup()
is called or this routine returns if the operation system wakes up the graphic thread.graphicThreadSleep
in class GralGraphicThread.ImplAccess
protected void initGraphic()
GralGraphicThread.ImplAccess
GralGraphicThread.run()
. See SwtGraphicThread
.initGraphic
in class GralGraphicThread.ImplAccess
public void wakeup()
GralGraphicThread.ImplAccess
wakeup
in class GralGraphicThread.ImplAccess