com.jogamp.newt.impl.macosx
Class MacDisplay

java.lang.Object
  extended by com.jogamp.newt.Display
      extended by com.jogamp.newt.impl.DisplayImpl
          extended by com.jogamp.newt.impl.macosx.MacDisplay

public class MacDisplay
extends DisplayImpl


Field Summary
 
Fields inherited from class com.jogamp.newt.impl.DisplayImpl
aDevice, DEBUG_TEST_EDT_MAINTHREAD, destroyWhenUnused, edtUtil, fqname, hashCode, id, name, nilString, refCount, type
 
Fields inherited from class com.jogamp.newt.Display
DEBUG, displayList, displaysActive
 
Constructor Summary
MacDisplay()
           
 
Method Summary
protected  void closeNativeImpl()
           
protected  void createEDTUtil()
           
protected  void createNativeImpl()
           
protected  void dispatchMessages0()
           
protected  void dispatchMessagesNative()
           
static void initSingleton()
           
protected  void releaseEDTUtil()
           
 
Methods inherited from class com.jogamp.newt.impl.DisplayImpl
addReference, create, createNative, destroy, dispatchMessages, enqueueEvent, getEDTUtil, getFQName, getGraphicsDevice, getHandle, getId, getName, getReferenceCount, getType, hashCode, isEDTRunning, isNativeValid, removeReference, runOnEDTIfAvail, shallRunOnEDT, toString, validateDisplayName, validateEDT
 
Methods inherited from class com.jogamp.newt.Display
dumpDisplayList, equals, getActiveDisplayNumber, getAllDisplays, getFirstDisplayOf, getLastDisplayOf, getThreadName, hashCodeNullSafe, toHexString, toHexString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacDisplay

public MacDisplay()
Method Detail

initSingleton

public static void initSingleton()

dispatchMessagesNative

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

createNativeImpl

protected void createNativeImpl()
Specified by:
createNativeImpl in class DisplayImpl

closeNativeImpl

protected void closeNativeImpl()
Specified by:
closeNativeImpl in class DisplayImpl

createEDTUtil

protected void createEDTUtil()
Overrides:
createEDTUtil in class DisplayImpl

releaseEDTUtil

protected void releaseEDTUtil()

dispatchMessages0

protected void dispatchMessages0()


Copyright 2010 JogAmp Community.