com.jogamp.newt.impl.awt
Class AWTDisplay

java.lang.Object
  extended by com.jogamp.newt.Display
      extended by com.jogamp.newt.impl.awt.AWTDisplay

public class AWTDisplay
extends Display


Field Summary
 
Fields inherited from class com.jogamp.newt.Display
aDevice, DEBUG, edt, edtUtil, name, refCount, type
 
Constructor Summary
AWTDisplay()
           
 
Method Summary
protected  void closeNative()
           
protected  void createNative()
           
protected  void dispatchMessagesNative()
           
 boolean runCreateAndDestroyOnEDT()
           
protected  void setAWTGraphicsDevice(AWTGraphicsDevice d)
           
 
Methods inherited from class com.jogamp.newt.Display
create, destroy, dispatchMessages, dumpDisplayMap, enqueueEvent, enqueueEvent, getCurrentDisplay, getCurrentDisplayMap, getCurrentDisplays, getEDTUtil, getFQName, getFQName, getGraphicsDevice, getHandle, getName, getThreadName, getType, lock, pumpMessages, removeCurrentDisplay, runOnEDTIfAvail, setCurrentDisplay, toHexString, toHexString, toString, unlock, validateDisplayName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AWTDisplay

public AWTDisplay()
Method Detail

createNative

protected void createNative()
Specified by:
createNative in class Display

setAWTGraphicsDevice

protected void setAWTGraphicsDevice(AWTGraphicsDevice d)

closeNative

protected void closeNative()
Specified by:
closeNative in class Display

runCreateAndDestroyOnEDT

public boolean runCreateAndDestroyOnEDT()
Overrides:
runCreateAndDestroyOnEDT in class Display

dispatchMessagesNative

protected void dispatchMessagesNative()
Specified by:
dispatchMessagesNative in class Display


Copyright 2010 JogAmp Community.